summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-04-08 18:53:54 +0200
committerlassulus <lassulus@lassul.us>2019-04-08 20:59:10 +0200
commitade34e2ccd55585c50d6cafd533c512755a048bc (patch)
tree41e0523ae95e90f18585eca490b0fe93112cdf97
parent7d7be871d84241aec9b820ed8e379bd3ca610d8e (diff)
hotdog.r: don't set NIX_REMOTE
-rw-r--r--krebs/1systems/hotdog/config.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/1systems/hotdog/config.nix b/krebs/1systems/hotdog/config.nix
index 91607337..f68c8ce5 100644
--- a/krebs/1systems/hotdog/config.nix
+++ b/krebs/1systems/hotdog/config.nix
@@ -21,5 +21,4 @@
boot.isContainer = true;
networking.useDHCP = false;
- environment.variables.NIX_REMOTE = "daemon";
}