Merge pull request #111518 from Jaculabilis/nebula

nixos/nebula: add basic module
This commit is contained in:
Oleksii Filonenko
2021-04-21 11:17:30 +03:00
committed by GitHub
4 changed files with 444 additions and 0 deletions
+1
View File
@@ -262,6 +262,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; };