Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading nixos/tests/nebula.nix→nixos/tests/nebula/connectivity.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ; Loading pkgs/by-name/ne/nebula/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ buildGoModule rec { ldflags = [ "-X main.Build=${version}" ]; passthru.tests = { inherit (nixosTests) nebula; inherit (nixosTests.nebula) connectivity; }; meta = { Loading Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
nixos/tests/nebula.nix→nixos/tests/nebula/connectivity.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ; Loading
pkgs/by-name/ne/nebula/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ buildGoModule rec { ldflags = [ "-X main.Build=${version}" ]; passthru.tests = { inherit (nixosTests) nebula; inherit (nixosTests.nebula) connectivity; }; meta = { Loading