nix-conf/system/dev/dn-server/network/default.nix
2026-01-10 12:46:40 +08:00

8 lines
96 B
Nix
Executable file

{
imports = [
./nginx.nix
./services.nix
./step-ca.nix
./wireguard.nix
];
}