From 2114c6c347d4b45e7419c2827311baf68230767e Mon Sep 17 00:00:00 2001 From: andromeda Date: Mon, 5 Jan 2026 14:35:42 +0100 Subject: rename secrets --- machines/109-199-104-83/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/109-199-104-83') diff --git a/machines/109-199-104-83/configuration.nix b/machines/109-199-104-83/configuration.nix index 2699370..c9785cd 100644 --- a/machines/109-199-104-83/configuration.nix +++ b/machines/109-199-104-83/configuration.nix @@ -25,7 +25,7 @@ x509.useACMEHost = config.mailserver.fqdn; loginAccounts = { "test@${config.networking.domain}" = { - hashedPasswordFile = builtins.toString config.age.secrets.secret3.path; + hashedPasswordFile = builtins.toString config.age.secrets.mailserver-acc-test-pw.path; }; }; }; -- cgit v1.3