summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTim Van Baak <tim.vanbaak@gmail.com>2021-03-04 21:28:58 -0800
committerTim Van Baak <tim.vanbaak@gmail.com>2021-03-04 21:36:05 -0800
commit10a6af2d610ce12e81f28e342a0dc7e104e8d28c (patch)
treea45ca33b5963df0cdac4153c663577a3d01f0b18 /nixos
parentc8dcf63b4ea6f9ffc3f79cbd823bbb1c0956efbb (diff)
downloadnixpkgs-10a6af2d610ce12e81f28e342a0dc7e104e8d28c.tar
nixpkgs-10a6af2d610ce12e81f28e342a0dc7e104e8d28c.tar.gz
nixpkgs-10a6af2d610ce12e81f28e342a0dc7e104e8d28c.tar.bz2
nixpkgs-10a6af2d610ce12e81f28e342a0dc7e104e8d28c.tar.lz
nixpkgs-10a6af2d610ce12e81f28e342a0dc7e104e8d28c.tar.xz
nixpkgs-10a6af2d610ce12e81f28e342a0dc7e104e8d28c.tar.zst
nixpkgs-10a6af2d610ce12e81f28e342a0dc7e104e8d28c.zip
nixos/nebula: Add nebula module and unit test to lists
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/module-list.nix1
-rw-r--r--nixos/tests/all-tests.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index c7a8f6b2f7c..cbceef1a544 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -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
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 05fd5c4822a..1227611a54d 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -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; };