From a3068eb4ede5123c399a77788e4d2aa6c9da1901 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 11 Sep 2025 09:50:25 +0200 Subject: feat: configure autoUpgrade to use flake --- hosts/sachiel/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/sachiel/configuration.nix') diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 781d5c3..c8c361e 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -46,6 +46,7 @@ system.autoUpgrade = { enable = true; + flake = "path:/home/${username}/nix#${host}"; allowReboot = true; rebootWindow = { -- cgit v1.3.1