nixos/nebula: move test to subfolder

This commit is contained in:
Tim Van Baak
2025-09-27 14:37:00 -07:00
parent 364ef3c59b
commit 8fbaea70bd
3 changed files with 3 additions and 3 deletions

View File

@@ -1011,7 +1011,7 @@ in
defaults.services.ncps.cache.dataPath = "/path/to/ncps";
};
ndppd = runTest ./ndppd.nix;
nebula = runTest ./nebula.nix;
nebula.connectivity = runTest ./nebula/connectivity.nix;
neo4j = runTest ./neo4j.nix;
netbird = runTest ./netbird.nix;
netbox-upgrade = runTest ./web-apps/netbox-upgrade.nix;

View File

@@ -2,7 +2,7 @@
let
# We'll need to be able to trade cert files between nodes via scp.
inherit (import ./ssh-keys.nix pkgs)
inherit (import ../ssh-keys.nix pkgs)
snakeOilPrivateKey
snakeOilPublicKey
;