add ssh8022

This commit is contained in:
Motiejus Jakštys 2024-08-24 20:15:45 +03:00
parent 1b57017b07
commit 158cdac672
2 changed files with 11 additions and 0 deletions

View File

@ -152,6 +152,11 @@
syncthing-key.file = ./secrets/mtworx/syncthing/key.pem.age;
syncthing-cert.file = ./secrets/mtworx/syncthing/cert.pem.age;
ssh8022 = {
file = ./secrets/ssh8022.age;
owner = "motiejus";
};
};
}
];
@ -186,6 +191,11 @@
synapse-macaroon-secret-key.file = ./secrets/synapse/macaroon_secret_key.age;
syncthing-key.file = ./secrets/fwminex/syncthing/key.pem.age;
syncthing-cert.file = ./secrets/fwminex/syncthing/cert.pem.age;
ssh8022 = {
file = ./secrets/ssh8022.age;
owner = "motiejus";
};
};
}
];

View File

@ -65,4 +65,5 @@ in
"secrets/motiejus_passwd_hash.age"
"secrets/root_passwd_hash.age"
"secrets/postfix_sasl_passwd.age"
"secrets/ssh8022.age"
]