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

8 lines
96 B
Nix

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