From 68a39a8f776b660addbe85c0b91c383711cb6a83 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 13 Nov 2025 12:26:45 +0100 Subject: configure autoUpdate to update nixpkgs --- hosts/sachiel/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/sachiel') 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 = { -- cgit v1.3.1