nix/os/devices: init router-wan-host

This commit is contained in:
steveej 2021-01-11 11:56:32 +01:00
parent 05cb97c929
commit 8358d55177
7 changed files with 244 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{ ... }:
{
disabledModules = [
];
imports = [
../../profiles/common/configuration.nix
../../modules/opinionatedDisk.nix
./system.nix
./hw.nix
./pkg.nix
./boot.nix
];
}