stockholm/lass/1systems/red/physical.nix

9 lines
144 B
Nix
Raw Normal View History

2018-05-12 15:51:24 +02:00
{
imports = [
./config.nix
];
boot.isContainer = true;
networking.useDHCP = false;
environment.variables.NIX_REMOTE = "daemon";
2018-05-12 15:51:24 +02:00
}