l: NIX_REMOTE is now set by nixos correctly

This commit is contained in:
lassulus 2019-03-06 16:54:31 +01:00
parent 64c8c06f02
commit 04d10421ed
3 changed files with 0 additions and 3 deletions

View File

@ -4,5 +4,4 @@
];
boot.isContainer = true;
networking.useDHCP = false;
environment.variables.NIX_REMOTE = "daemon";
}

View File

@ -4,5 +4,4 @@
];
boot.isContainer = true;
networking.useDHCP = false;
environment.variables.NIX_REMOTE = "daemon";
}

View File

@ -4,5 +4,4 @@
];
boot.isContainer = true;
networking.useDHCP = false;
environment.variables.NIX_REMOTE = "daemon";
}