From 751efd02bb21fc87e7c438c5b506653de9116b26 Mon Sep 17 00:00:00 2001
From: clerie <git@clerie.de>
Date: Sat, 5 Jul 2025 20:16:01 +0200
Subject: [PATCH] hosts/porter: Enable system auto upgrade
---
hosts/porter/configuration.nix | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hosts/porter/configuration.nix b/hosts/porter/configuration.nix
index fa7da12..ae30793 100644
--- a/hosts/porter/configuration.nix
+++ b/hosts/porter/configuration.nix
@@ -58,6 +58,10 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = [];
+ clerie.system-auto-upgrade = {
+ autoUpgrade = true;
+ };
+
clerie.monitoring = {
enable = true;
id = "102";