removing hm from server 3
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user