l: NIX_REMOTE is now set by nixos correctly
This commit is contained in:
parent
64c8c06f02
commit
04d10421ed
|
@ -4,5 +4,4 @@
|
|||
];
|
||||
boot.isContainer = true;
|
||||
networking.useDHCP = false;
|
||||
environment.variables.NIX_REMOTE = "daemon";
|
||||
}
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
];
|
||||
boot.isContainer = true;
|
||||
networking.useDHCP = false;
|
||||
environment.variables.NIX_REMOTE = "daemon";
|
||||
}
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
];
|
||||
boot.isContainer = true;
|
||||
networking.useDHCP = false;
|
||||
environment.variables.NIX_REMOTE = "daemon";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue