Remove gc from service notifications
This commit is contained in:
parent
713725f16c
commit
fe918ab18c
1 changed files with 1 additions and 5 deletions
6
base.nix
6
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@" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue