diff options
| author | schererleander <leander@schererleander.de> | 2025-09-11 09:50:25 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-09-11 09:50:25 +0200 |
| commit | a3068eb4ede5123c399a77788e4d2aa6c9da1901 (patch) | |
| tree | 22f461e43542cb04c0a17cd62152d32e17e999f9 /hosts/sachiel/configuration.nix | |
| parent | 8def28313e8db71eb06ed0bc8726ed39df119d00 (diff) | |
feat: configure autoUpgrade to use flake
Diffstat (limited to 'hosts/sachiel/configuration.nix')
| -rw-r--r-- | hosts/sachiel/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |
