test: see if this fixes auto upgrades

This commit is contained in:
2026-02-16 20:27:45 +01:00
parent 2c5a115bf9
commit 5f5e5f8d4d

View File

@@ -1,3 +1,6 @@
let
flakePath = "/home/h/nix";
in
{ {
inputs, inputs,
outputs, outputs,
@@ -41,12 +44,12 @@
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
flake = inputs.self.outPath; flake = flakePath;
operation = "switch";
flags = [ flags = [
"--recreate-lock-file" "--recreate-lock-file"
"--commit-lock-file" "--commit-lock-file"
"--print-build-logs" "--print-build-logs"
"--refresh"
]; ];
dates = "05:00"; dates = "05:00";
randomizedDelaySec = "45min"; randomizedDelaySec = "45min";