stockholm/lass/1systems/green/physical.nix
2022-11-21 23:51:28 +01:00

8 lines
96 B
Nix

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