Remove gc from service notifications

This commit is contained in:
Vili Sinervä 2024-10-02 09:47:28 +03:00
parent 713725f16c
commit fe918ab18c
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -161,11 +161,7 @@
# Define systemd template unit for reporting status via ntfy # Define systemd template unit for reporting status via ntfy
systemd.services = systemd.services =
let let
services = [ services = [ "nixos-upgrade" ];
"nixos-upgrade"
"nix-gc"
"nix-optimize"
];
in in
{ {
"notify-push@" = { "notify-push@" = {