about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-04-14 02:51:09 +0300
committerAzat Bahawi <azat@bahawi.net>2023-04-14 02:51:09 +0300
commit39ed30937ec29217820583e07ff1f447d08b9898 (patch)
tree96dc9d1a62e320c89510cd910add2ce8fb819850 /lib
parent2023-04-12 (diff)
2023-04-14
Diffstat (limited to '')
-rw-r--r--lib/my.nix6
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@";
             };
 

Consider giving Nix/NixOS a try! <3