From c81dc5a13b469c511fac6fa2390b70422d1b4da5 Mon Sep 17 00:00:00 2001 From: azahi Date: Wed, 12 Mar 2025 20:17:13 +0300 Subject: 2025-03-12 --- lib/my.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'lib/my.nix') 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 -- cgit 1.4.1