vno1-gdrx: use the correct password files

This commit is contained in:
Motiejus Jakštys 2024-08-05 16:12:10 +03:00
parent adea82ffc0
commit ac026d4986
1 changed files with 2 additions and 2 deletions

View File

@ -199,8 +199,8 @@
agenix.nixosModules.default
{
age.secrets = {
motiejus-passwd-hash.file = ./secrets/motiejus_work_passwd_hash.age;
root-passwd-hash.file = ./secrets/root_work_passwd_hash.age;
motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age;
root-passwd-hash.file = ./secrets/root_passwd_hash.age;
sasl-passwd.file = ./secrets/postfix_sasl_passwd.age;
#syncthing-key.file = ./secrets/mtworx/syncthing/key.pem.age;