nixos: fix switch space issues and set hourly upgrades

This commit is contained in:
2026-02-10 23:46:07 -08:00
committed by Kat Huang
parent a5a97e0dd4
commit 89c4f43854
2 changed files with 18 additions and 2 deletions

View File

@@ -95,7 +95,7 @@
system.autoUpgrade = {
enable = true;
dates = "daily";
dates = "hourly";
};
system.stateVersion = "23.05";