nixos/nebula: add test for reloadable configuration

This commit is contained in:
Tim Van Baak
2025-09-27 21:04:23 -07:00
parent 8fbaea70bd
commit cf07ac9e15
3 changed files with 97 additions and 1 deletions

View File

@@ -1012,6 +1012,7 @@ in
};
ndppd = runTest ./ndppd.nix;
nebula.connectivity = runTest ./nebula/connectivity.nix;
nebula.reload = runTest ./nebula/reload.nix;
neo4j = runTest ./neo4j.nix;
netbird = runTest ./netbird.nix;
netbox-upgrade = runTest ./web-apps/netbox-upgrade.nix;