base/base.nix: fix operation string

This commit is contained in:
2025-08-09 10:47:42 -07:00
parent f192d8b304
commit aec1582333

View File

@@ -125,7 +125,7 @@ in
system.autoUpgrade = {
enable = true;
persistent = true;
operation = switch;
operation = "switch";
dates = "daily";
fixedRandomDelay = true;