From 3a23ad29604e3514cec927ae08381be849a4c8e6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 9 Feb 2026 19:15:39 -0800 Subject: [PATCH] nixquick: enable hourly auto-upgrade Co-Authored-By: Claude Opus 4.6 --- nixos/machines/nixquick.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/machines/nixquick.nix b/nixos/machines/nixquick.nix index bc7bc25f..fcd36a80 100644 --- a/nixos/machines/nixquick.nix +++ b/nixos/machines/nixquick.nix @@ -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";