diff options
| author | schererleander <leander@schererleander.de> | 2025-11-13 12:26:45 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-13 12:26:45 +0100 |
| commit | 68a39a8f776b660addbe85c0b91c383711cb6a83 (patch) | |
| tree | dd632fc4f8e8d0aeb75e934cde40de0d134ef43a /hosts/sachiel | |
| parent | 037246e14c5c31f298f5232bed20189ee6646473 (diff) | |
configure autoUpdate to update nixpkgs
Diffstat (limited to 'hosts/sachiel')
| -rw-r--r-- | hosts/sachiel/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 648158e..fd123d5 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -53,6 +53,12 @@ system.autoUpgrade = { enable = true; flake = "github:schererleander/nix#${host}"; + flags = [ + "--update-inpu" + "nixpkgs" + "--no-write-lock-file" + "-L" # print build logs + ]; allowReboot = true; rebootWindow = { |
