about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-05-03 20:40:22 +0200
committerAnthony Roussel <anthony@roussel.dev>2024-05-03 20:40:22 +0200
commitd4d29642b03be147104e4854108ee5bbbc7b76f3 (patch)
tree5b6d40bec0dac14aa77d74c37d2defb32e8f187f /nixos/tests/all-tests.nix
parent6edec2311c2acf1086cb5379026acea76c821f4c (diff)
nagios: enable darwin support
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index d4da32c44990f..e8bfaee763bcb 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -585,7 +585,7 @@ in {
   mysql-backup = handleTest ./mysql/mysql-backup.nix {};
   mysql-replication = handleTest ./mysql/mysql-replication.nix {};
   n8n = handleTest ./n8n.nix {};
-  nagios = handleTest ./nagios.nix {};
+  nagios = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./nagios.nix {};
   nar-serve = handleTest ./nar-serve.nix {};
   nat.firewall = handleTest ./nat.nix { withFirewall = true; };
   nat.standalone = handleTest ./nat.nix { withFirewall = false; };