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,
outputs,
@@ -41,12 +44,12 @@
system.autoUpgrade = {
enable = true;
flake = inputs.self.outPath;
operation = "switch";
flake = flakePath;
flags = [
"--recreate-lock-file"
"--commit-lock-file"
"--print-build-logs"
"--refresh"
];
dates = "05:00";
randomizedDelaySec = "45min";