hotdog.r: don't set NIX_REMOTE

This commit is contained in:
lassulus 2019-04-08 18:53:54 +02:00
parent 7d7be871d8
commit ade34e2ccd

View File

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