diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-04-14 02:51:09 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-04-14 02:51:09 +0300 |
commit | 39ed30937ec29217820583e07ff1f447d08b9898 (patch) | |
tree | 96dc9d1a62e320c89510cd910add2ce8fb819850 /modules/nixos/nsd.nix | |
parent | 2023-04-12 (diff) |
2023-04-14
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/nsd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/nsd.nix b/modules/nixos/nsd.nix index d2ab117..3659a7a 100644 --- a/modules/nixos/nsd.nix +++ b/modules/nixos/nsd.nix @@ -109,7 +109,6 @@ in { alertmanager = manwe; bitwarden = manwe; git = manwe; - gotify = manwe; grafana = manwe; loki = manwe; ntfy = manwe; @@ -119,6 +118,7 @@ in { vaultwarden = manwe; flood = yavanna; + lidarr = yavanna; }; } ]; |