diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-07 16:03:58 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-07 16:03:58 +0200 |
commit | 1639eff115d093b429087213368fb45adcf7899a (patch) | |
tree | 31452b4d903f0cd9c54133b0a50d49a7c36d4ae7 | |
parent | hosts/server3: Use another password (diff) | |
download | nixos-server-stalwart.zip |
hosts/server3: Use supported password hashing function for soispha@vhack.eu stalwart
-rw-r--r-- | hosts/by-name/server3/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 1e50b53..2291307 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -88,7 +88,7 @@ { class = "individual"; name = "soispha"; - secret = "$y$j9T$0IHlBDRn5IwCeftzzCrUm.$GLr/ekcuW1C63IGCk8mkoU3iy/hQOH/piAYYshb6y.1"; + secret = "$6$gKPH1mFl8wXllYZh$87vMmcdTu614KTowGSjFze8mn1pB7YBSiId3uWi69Fbdv1.DeKcVNoSdtaCiiWY3tehLvms4trzTnJkmkzIep0"; email = [ "soispha@vhack.eu" "abuse@vhack.eu" |