aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-11-13 12:26:45 +0100
committerschererleander <leander@schererleander.de>2025-11-13 12:26:45 +0100
commit68a39a8f776b660addbe85c0b91c383711cb6a83 (patch)
treedd632fc4f8e8d0aeb75e934cde40de0d134ef43a /hosts
parent037246e14c5c31f298f5232bed20189ee6646473 (diff)
configure autoUpdate to update nixpkgs
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sachiel/configuration.nix6
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 = {