about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/my.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/my.nix b/lib/my.nix
index e900519..81cc7d1 100644
--- a/lib/my.nix
+++ b/lib/my.nix
@@ -73,11 +73,6 @@
           fingerprint = "@PGP_FINGERPRINT@";
           grip = "@PGP_GRIP@";
         };
-        ssh = rec {
-          type = "ed25519";
-          id = lib.my.email;
-          key = "ssh-${type} @PUBLIC_KEY@ ${id}";
-        };
         hashedPassword = "@HASHED_PASSWORD@";
 
         configurations = {
@@ -103,7 +98,6 @@
               publicKey = "@PUBLIC_KEY@";
             };
             domains = with lib.my.domain; [
-              "alertmanager.${shire}"
               "frodo.${rohan}"
               "frodo.${gondor}"
               "bitwarden.${shire}"
@@ -112,12 +106,13 @@
               "grafana.${shire}"
               "irc.${shire}"
               "loki.${shire}"
+              "mimir.${shire}"
               "ntfy.${shire}"
               "plausible.${shire}"
-              "prometheus.${shire}"
               "radicale.${shire}"
               "rss-bridge.${shire}"
               "start.local"
+              "tempo.${shire}"
               "uptime.${shire}"
               "vaultwarden.${shire}"
               azahi

Consider giving Nix/NixOS a try! <3