diff options
Diffstat (limited to '')
-rw-r--r-- | lib/my.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/my.nix b/lib/my.nix index 92727af..9203246 100644 --- a/lib/my.nix +++ b/lib/my.nix @@ -138,10 +138,13 @@ with lib; "alertmanager.${shire}" "frodo.${rohan}" "frodo.${gondor}" + "bitwarden.${shire}" "gotify.${shire}" "grafana.${shire}" "loki.${shire}" "prometheus.${shire}" + "radicale.${shire}" + "rss-bridge.${shire}" azahi rohan gondor @@ -163,10 +166,6 @@ with lib; ipv6.address = "fd69::1:1"; publicKey = "@PUBLIC_KEY@"; }; - domains = with my.domain; [ - "radicale.${shire}" - "rss-bridge.${shire}" - ]; }; yavanna = { isHeadless = true; |