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
systemd.services =
let
services = [
"nixos-upgrade"
"nix-gc"
"nix-optimize"
];
services = [ "nixos-upgrade" ];
in
{
"notify-push@" = {