fix: fix system.autoUpgrade
This commit is contained in:
parent
8541095023
commit
29b693c1c7
|
@ -21,7 +21,7 @@ in
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "03:00";
|
||||
flake = "/etc/nixos";
|
||||
flake = inputs.self.outPath;
|
||||
flags =
|
||||
with lib;
|
||||
flatten (
|
||||
|
|
Loading…
Reference in a new issue