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

8 lines
96 B
Nix
Raw Normal View History

2023-01-30 19:40:25 +00:00
{
imports = [
./config.nix
];
boot.isContainer = true;
networking.useDHCP = true;
}