diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-07 15:31:52 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-07 15:31:52 +0200 |
commit | f2bc6e8f002d1696fad108fd923a8cfe1021b0b1 (patch) | |
tree | 7a89014ad0c65b392a80b891b4daeea5d18df64a | |
parent | hosts/server3: Use correct mail password for soispha (diff) | |
download | nixos-server-f2bc6e8f002d1696fad108fd923a8cfe1021b0b1.zip |
hosts/server3: Use another password
-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 7706c48..1e50b53 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$.4zf8oHeE7AlE4njAUIRi1$AzkeL3xTXMkGuKqeF7XvIZ519xPrYJLRNxmuFY1sfb/"; + secret = "$y$j9T$0IHlBDRn5IwCeftzzCrUm.$GLr/ekcuW1C63IGCk8mkoU3iy/hQOH/piAYYshb6y.1"; email = [ "soispha@vhack.eu" "abuse@vhack.eu" |