stockholm/lass/1systems/red/physical.nix
2018-05-12 15:51:24 +02:00

8 lines
97 B
Nix

{
imports = [
./config.nix
];
boot.isContainer = true;
networking.useDHCP = false;
}