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