fwminex: change passwords

This commit is contained in:
Motiejus Jakštys 2024-07-24 09:02:57 +03:00
parent 1e904a8172
commit 60cf99e821
5 changed files with 21 additions and 4 deletions

View File

@ -198,8 +198,8 @@
agenix.nixosModules.default
{
age.secrets = {
motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age;
root-passwd-hash.file = ./secrets/root_passwd_hash.age;
motiejus-server-passwd-hash.file = ./secrets/motiejus_server_passwd_hash.age;
root-server-passwd-hash.file = ./secrets/root_server_passwd_hash.age;
sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
#syncthing-key.file = ./secrets/fwminex/syncthing/key.pem.age;
#syncthing-cert.file = ./secrets/fwminex/syncthing/cert.pem.age;

View File

@ -75,8 +75,8 @@ in {
base.users = {
enable = true;
root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
root.hashedPasswordFile = config.age.secrets.root-server-passwd-hash.path;
user.hashedPasswordFile = config.age.secrets.motiejus-server-passwd-hash.path;
};
services = {

View File

@ -54,6 +54,9 @@ in
"secrets/mtworx/syncthing/cert.pem.age"
]
// mk ([fwminex] ++ motiejus) [
"secrets/motiejus_server_passwd_hash.age"
"secrets/root_server_passwd_hash.age"
"secrets/fwminex/syncthing/key.pem.age"
"secrets/fwminex/syncthing/cert.pem.age"
]

View File

@ -0,0 +1,14 @@
age-encryption.org/v1
-> ssh-ed25519 fqSa6A hUX8SMIltSRk2FNpPj8pIJJF6N8Xl9PvxAmPy/I4pTg
1AcS4NoPNxnfqw0Hq5vFSJzKmBQgVybxx5H28FWXljw
-> X25519 METMnWPJjNmFbSirhZnPohTrX5/jzqdZ9LbaGbny+j8
LLsJ4b+QtRz8lAztyrtHRUo2tcnr/Ys+3NpjK+1mLzs
-> X25519 RzFjzJP8w8F8KQvPhJza3h3fSAlYLOUafncMyqqqIyk
hCfFzbCCZf3B1Jf0HRWbFF2CvcaEXmDwvedayAnpcQI
-> piv-p256 +y2G/w AxgF0UwYjjOolgr421coTO+AP67e8iUjW9w3JQ5U+Gw6
ACKtWnXFwbqIiLF75PidWLZlKfrp7lMIF6xtDuGa8+0
-> piv-p256 jNqd3A AjAzSLMAENocgbQkW2Ffa7YDWrBGn3+quqqExEddftLB
ikW/GG/la4AWKZ6bTCoXJak2UsNZgfkBr98JSnUy+/M
--- OdW3IMTiJE+rE35QuP2RddilGYf5boYkox9+Y18OCRg
7ô}x4´DÒÜ#¥ö<C2A5>rDäTCý†ù½
w_î«™I ¶±Qpþq=YŽ;h(.Ê Ñ…xÂEÐÔ6äH¢þƉ¥ô*¢?¸<>“ŇX˲öu•qk‰^+¾à/(S<>âÚðó™uG½…¹š¹Xò#±Î|{œ+UÕ¢¢.•ÝLˆ P«åxfÄ>û;ð/

Binary file not shown.