hosts: nixos: porthos: secrets: add 'lohr' owner

This commit is contained in:
Bruno BELANYI 2024-04-02 12:25:05 +02:00
parent 8a4fdf6a56
commit f729f6a098
1 changed files with 8 additions and 2 deletions

View File

@ -31,8 +31,14 @@ in
publicKeys = all;
};
"lohr/secret.age".publicKeys = all;
"lohr/ssh-key.age".publicKeys = all;
"lohr/secret.age" = {
owner = "lohr";
publicKeys = all;
};
"lohr/ssh-key.age" = {
owner = "lohr";
publicKeys = all;
};
"matrix/mail.age" = {
owner = "matrix-synapse";