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
|
# 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@" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue