nixos/nebula: Add nebula module and unit test to lists

This commit is contained in:
Tim Van Baak 2021-03-04 21:28:58 -08:00
parent c8dcf63b4e
commit 10a6af2d61
2 changed files with 2 additions and 0 deletions

View file

@ -699,6 +699,7 @@
./services/networking/nar-serve.nix
./services/networking/nat.nix
./services/networking/ndppd.nix
./services/networking/nebula.nix
./services/networking/networkmanager.nix
./services/networking/nextdns.nix
./services/networking/nftables.nix

View file

@ -250,6 +250,7 @@ in
nat.standalone = handleTest ./nat.nix { withFirewall = false; };
ncdns = handleTest ./ncdns.nix {};
ndppd = handleTest ./ndppd.nix {};
nebula = handleTest ./nebula.nix {};
neo4j = handleTest ./neo4j.nix {};
netdata = handleTest ./netdata.nix {};
networking.networkd = handleTest ./networking.nix { networkd = true; };