about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMarcus Ramberg <marcus@means.no>2024-05-19 00:03:53 +0100
committerGitHub <noreply@github.com>2024-05-19 00:03:53 +0100
commitb7d845292c304e026d86097e6d07409070e80dcc (patch)
tree69d3677d92ca7df9cdc3cba2b83b8c2de291e25b /nixos/tests/all-tests.nix
parentc06e9b0803b1ea09930e898364946cb8233b0b0f (diff)
parentd4d29642b03be147104e4854108ee5bbbc7b76f3 (diff)
Merge pull request #308813 from anthonyroussel/update-nagios
nagios: 4.5.1 -> 4.5.2
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 ccde1a9feb2ad..e400549232628 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -588,7 +588,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; };