diff options
author | lassulus <lassulus@lassul.us> | 2019-03-06 16:54:31 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-08 17:20:26 +0200 |
commit | 04d10421ed339a2342e92f5cabda83afbd7fd450 (patch) | |
tree | c278facb3af49c186de0b668e0fd5470a81557db | |
parent | 64c8c06f02d6ea59484d94354a574b3a9f5810cd (diff) |
l: NIX_REMOTE is now set by nixos correctly
-rw-r--r-- | lass/1systems/blue/physical.nix | 1 | ||||
-rw-r--r-- | lass/1systems/red/physical.nix | 1 | ||||
-rw-r--r-- | lass/1systems/yellow/physical.nix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lass/1systems/blue/physical.nix b/lass/1systems/blue/physical.nix index 7499ff723..b6aa3a894 100644 --- a/lass/1systems/blue/physical.nix +++ b/lass/1systems/blue/physical.nix @@ -4,5 +4,4 @@ ]; boot.isContainer = true; networking.useDHCP = false; - environment.variables.NIX_REMOTE = "daemon"; } diff --git a/lass/1systems/red/physical.nix b/lass/1systems/red/physical.nix index 7499ff723..b6aa3a894 100644 --- a/lass/1systems/red/physical.nix +++ b/lass/1systems/red/physical.nix @@ -4,5 +4,4 @@ ]; boot.isContainer = true; networking.useDHCP = false; - environment.variables.NIX_REMOTE = "daemon"; } diff --git a/lass/1systems/yellow/physical.nix b/lass/1systems/yellow/physical.nix index 7499ff723..b6aa3a894 100644 --- a/lass/1systems/yellow/physical.nix +++ b/lass/1systems/yellow/physical.nix @@ -4,5 +4,4 @@ ]; boot.isContainer = true; networking.useDHCP = false; - environment.variables.NIX_REMOTE = "daemon"; } |