summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-03-06 16:54:31 +0100
committerlassulus <lassulus@lassul.us>2019-04-08 17:20:26 +0200
commit04d10421ed339a2342e92f5cabda83afbd7fd450 (patch)
treec278facb3af49c186de0b668e0fd5470a81557db
parent64c8c06f02d6ea59484d94354a574b3a9f5810cd (diff)
l: NIX_REMOTE is now set by nixos correctly
-rw-r--r--lass/1systems/blue/physical.nix1
-rw-r--r--lass/1systems/red/physical.nix1
-rw-r--r--lass/1systems/yellow/physical.nix1
3 files changed, 0 insertions, 3 deletions
diff --git a/lass/1systems/blue/physical.nix b/lass/1systems/blue/physical.nix
index 7499ff72..b6aa3a89 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 7499ff72..b6aa3a89 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 7499ff72..b6aa3a89 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";
}