test: see if this fixes auto upgrades
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user