From 751efd02bb21fc87e7c438c5b506653de9116b26 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 5 Jul 2025 20:16:01 +0200 Subject: [PATCH 1/2] 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"; From 28bb50319ca9a6cd29bb0258f4c4b467a206fb86 Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Sun, 6 Jul 2025 03:04:08 +0200 Subject: [PATCH 2/2] Update nixpkgs 2025-07-06-01-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 87097b8..22f39d0 100644 --- a/flake.lock +++ b/flake.lock @@ -646,11 +646,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1750776420, - "narHash": "sha256-/CG+w0o0oJ5itVklOoLbdn2dGB0wbZVOoDm4np6w09A=", + "lastModified": 1751637120, + "narHash": "sha256-xVNy/XopSfIG9c46nRmPaKfH1Gn/56vQ8++xWA8itO4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "30a61f056ac492e3b7cdcb69c1e6abdcf00e39cf", + "rev": "5c724ed1388e53cc231ed98330a60eb2f7be4be3", "type": "github" }, "original": {