removing hm from server 3

This commit is contained in:
2025-08-16 10:51:47 +02:00
parent 2915931122
commit 6c0ada6f07
10 changed files with 13 additions and 24 deletions

View File

@@ -1,10 +1,6 @@
{osConfig, ...}: let
hostSpecificImports =
if osConfig.networking.hostName == "sobotka"
then [
./sobotkamod.nix
]
else if osConfig.networking.hostName == "bunk"
if osConfig.networking.hostName == "bunk"
then [
./bunkmod.nix
]

View File

@@ -1,11 +1,6 @@
{osConfig, ...}: let
hostSpecificVariables =
if osConfig.networking.hostName == "sobotka"
then {
EDITOR = "hx";
TERM = "xterm-256color";
}
else if osConfig.networking.hostName == "bunk"
if osConfig.networking.hostName == "bunk"
then {
BROWSER = "zen";
EDITOR = "hx";