From 965b63084e14b490916e263925a4c778c730728d Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 16 Jul 2025 15:27:53 +0000 Subject: [PATCH] Workaround --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 3f4a9c9..77a9867 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,6 +63,8 @@ in { time.timeZone = "UTC"; + systemd.services.nixos-upgrade.path = lib.mkAfter [ pkgs.bash ]; + system.autoUpgrade = { enable = true; allowReboot = true;