nixquick: enable hourly auto-upgrade

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 19:15:39 -08:00
parent 950149769d
commit 655b0c6f2d

View File

@@ -62,6 +62,11 @@
services.xrdp.defaultWindowManager = "startplasma-x11";
services.xrdp.openFirewall = true;
system.autoUpgrade = {
enable = true;
dates = "hourly";
};
home-manager.sharedModules = [
{
home.stateVersion = "23.11";