diff options
author | azahi <azat@bahawi.net> | 2025-03-12 20:17:13 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-03-12 20:17:13 +0300 |
commit | c81dc5a13b469c511fac6fa2390b70422d1b4da5 (patch) | |
tree | 4dab5909006ab5c25da6bd9fde6a714c7719ded7 /lib | |
parent | 2025-02-17 (diff) |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/my.nix | 9 |
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 |