diff options
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 = { |
