From fe918ab18c2d3b741e8aac15f1ab9739cd4db63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 2 Oct 2024 09:47:28 +0300 Subject: [PATCH] Remove gc from service notifications --- base.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/base.nix b/base.nix index c8a11c3..ee00d09 100644 --- a/base.nix +++ b/base.nix @@ -161,11 +161,7 @@ # Define systemd template unit for reporting status via ntfy systemd.services = let - services = [ - "nixos-upgrade" - "nix-gc" - "nix-optimize" - ]; + services = [ "nixos-upgrade" ]; in { "notify-push@" = {