diff options
Diffstat (limited to '')
-rw-r--r-- | lib/my.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/my.nix b/lib/my.nix index 96f26f3..77d3ea1 100644 --- a/lib/my.nix +++ b/lib/my.nix @@ -165,7 +165,6 @@ with lib; "bitwarden.${shire}" "git.${azahi}" "git.${shire}" - "gotify.${shire}" "grafana.${shire}" "loki.${shire}" "ntfy.${shire}" @@ -218,7 +217,10 @@ with lib; ipv6.address = "fd69::1:2"; publicKey = "@PUBLIC_KEY@"; }; - domains = with my.domain; ["flood.${shire}"]; + domains = with my.domain; [ + "flood.${shire}" + "lidarr.${shire}" + ]; syncthing.id = "@SYNCTHING_ID@"; }; |