summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEvils <evils.devils@protonmail.com>2023-01-07 17:45:23 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-01-21 21:01:26 +0100
commite6fe2eb0edb1da830f2326f4ddd9aecbdc71e27d (patch)
tree1fc33bd01f734a5c5d42caa64f3f90ed98676df5 /nixos
parent07e328d4cee77d716de2bca22f576eee4c80b2f0 (diff)
nixos/tuptime: 5.2.2 renamed option -x to -q
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/tuptime.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/monitoring/tuptime.nix b/nixos/modules/services/monitoring/tuptime.nix
index d97e408bce319..97cc375262546 100644
--- a/nixos/modules/services/monitoring/tuptime.nix
+++ b/nixos/modules/services/monitoring/tuptime.nix
@@ -54,8 +54,8 @@ in {
             Type = "oneshot";
             User = "_tuptime";
             RemainAfterExit = true;
-            ExecStart = "${pkgs.tuptime}/bin/tuptime -x";
-            ExecStop = "${pkgs.tuptime}/bin/tuptime -xg";
+            ExecStart = "${pkgs.tuptime}/bin/tuptime -q";
+            ExecStop = "${pkgs.tuptime}/bin/tuptime -qg";
           };
         };
 
@@ -64,7 +64,7 @@ in {
           serviceConfig = {
             Type = "oneshot";
             User = "_tuptime";
-            ExecStart = "${pkgs.tuptime}/bin/tuptime -x";
+            ExecStart = "${pkgs.tuptime}/bin/tuptime -q";
           };
         };
       };