diff options
| author | andromeda <andromeda@lenovo> | 2026-01-05 14:35:42 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-05 14:35:42 +0100 |
| commit | 2114c6c347d4b45e7419c2827311baf68230767e (patch) | |
| tree | 256b7247e6da51112c0b94606072269c4aa0f904 /machines/109-199-104-83/configuration.nix | |
| parent | 0fee255cbf38427b43a71fffab9a77207f9f70a5 (diff) | |
rename secrets
Diffstat (limited to 'machines/109-199-104-83/configuration.nix')
| -rw-r--r-- | machines/109-199-104-83/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; }; }; |
