base/base.nix: fix operation string
This commit is contained in:
@@ -125,7 +125,7 @@ in
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
persistent = true;
|
||||
operation = switch;
|
||||
operation = "switch";
|
||||
|
||||
dates = "daily";
|
||||
fixedRandomDelay = true;
|
||||
|
Reference in New Issue
Block a user