Enable alerttonotify service
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
Torjus Håkestad 2025-02-11 22:34:41 +01:00
parent abb4cf58ea
commit 3b500a25a7
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -2,6 +2,7 @@
{ {
sops.secrets."nats_nkey" = { }; sops.secrets."nats_nkey" = { };
systemd.services."alerttonotify" = { systemd.services."alerttonotify" = {
enable = true;
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
after = [ after = [
"network-online.target" "network-online.target"