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

8 lines
96 B
Nix
Raw Normal View History

2023-01-06 12:17:04 +01:00
{
imports = [
./config.nix
];
boot.isContainer = true;
networking.useDHCP = true;
}