diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-23 20:58:41 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-23 21:14:09 +0200 |
commit | 4dae327cc211e18efa71442599d99c67d03e1f14 (patch) | |
tree | 778ac2536939611c46d72ad0f78fa9979d3467f9 /hosts/by-name/server3 | |
parent | modules/taskchampion: Make its data directory owned by taskchampion user (diff) | |
download | nixos-server-4dae327cc211e18efa71442599d99c67d03e1f14.zip |
modules/stalwart-mail: Add admin account password stalwart
This is required to start creating accounts via the webinterface.
Diffstat (limited to '')
-rw-r--r-- | hosts/by-name/server3/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 6966e58..17085e8 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -71,6 +71,7 @@ enable = true; fqdn = "mail.vhack.eu"; admin = "admin@vhack.eu"; + initialAdminPassword = "$6$k/JGlODSgRyb6dG2$KV78QYipkS423WQQoQIcEWNFZdq4uuS5uIpJUNL1WLmXsD3b6KuLtt18TNU24Hnpup5TbMM5vtui/I.vGAybS/"; security = { dkimKeys = let loadKey = name: { |