config: mkdir net

This commit is contained in:
Astro 2021-11-15 21:24:44 +01:00
parent b9920ce76b
commit 76086449dd
9 changed files with 4 additions and 11 deletions

View File

@ -1,3 +1,4 @@
{ lib, ... }:
{
imports = [
# Secrets
@ -8,15 +9,7 @@
./switch.nix
./ap.nix
./server.nix
# IP
./core.nix
./mgmt.nix
./upstream.nix
./c3d2.nix
./priv.nix
./pub.nix
./cluster.nix
./serv.nix
];
] ++
# IP networks
lib.filesystem.listFilesRecursive ./net;
}