stockholm/lass/1systems/yellow/physical.nix
2018-11-30 04:35:00 +01:00

9 lines
144 B
Nix

{
imports = [
./config.nix
];
boot.isContainer = true;
networking.useDHCP = false;
environment.variables.NIX_REMOTE = "daemon";
}