hosts: nixos: porthos: secrets: add 'lohr' owner
This commit is contained in:
parent
8a4fdf6a56
commit
f729f6a098
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue