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

8 lines
97 B
Nix

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