network/config/default.nix

9 lines
74 B
Nix

{
imports = [
./config.nix
./secrets.nix
./vlan.nix
];
}