From 321846e4846601d040485a7cd4ca47b21c21720f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 8 Jul 2023 19:24:41 +0100 Subject: [PATCH] fix upgrade timer --- config/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nix.nix b/config/nix.nix index 117a3bbb..2388231a 100644 --- a/config/nix.nix +++ b/config/nix.nix @@ -143,7 +143,7 @@ RandomizedDelaySec = 3600; OnUnitActiveSecond = 3600; }; - requires = ["upload-hydra-results.service"]; + requires = ["nixos-upgrade.service"]; wantedBy = ["multi-user.target"]; }; systemd.sockets.nixos-upgrade = {