summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2019-05-24 21:17:51 +0200
committersternenseemann <git@lukasepple.de>2019-12-17 14:17:03 +0100
commit25503db8e845ccfa3db20ed1049837868d53775a (patch)
tree7d89c7ca665daa10d3a5d063a74d21d0f081e952 /nixos/tests/all-tests.nix
parent6eff44f9fb5dff0ae0dffa982c3549b7091f2b67 (diff)
downloadnixpkgs-25503db8e845ccfa3db20ed1049837868d53775a.tar
nixpkgs-25503db8e845ccfa3db20ed1049837868d53775a.tar.gz
nixpkgs-25503db8e845ccfa3db20ed1049837868d53775a.tar.bz2
nixpkgs-25503db8e845ccfa3db20ed1049837868d53775a.tar.lz
nixpkgs-25503db8e845ccfa3db20ed1049837868d53775a.tar.xz
nixpkgs-25503db8e845ccfa3db20ed1049837868d53775a.tar.zst
nixpkgs-25503db8e845ccfa3db20ed1049837868d53775a.zip
nixos/spacecookie: add service module and test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 5407a071cad..2520b844e65 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -255,6 +255,7 @@ in
   smokeping = handleTest ./smokeping.nix {};
   snapper = handleTest ./snapper.nix {};
   solr = handleTest ./solr.nix {};
+  spacecookie = handleTest ./spacecookie.nix {};
   sonarr = handleTest ./sonarr.nix {};
   strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
   sudo = handleTest ./sudo.nix {};