hosts: nixos: porthos: secrets: add 'lohr' owner
This commit is contained in:
parent
8a4fdf6a56
commit
f729f6a098
|
@ -31,8 +31,14 @@ in
|
||||||
publicKeys = all;
|
publicKeys = all;
|
||||||
};
|
};
|
||||||
|
|
||||||
"lohr/secret.age".publicKeys = all;
|
"lohr/secret.age" = {
|
||||||
"lohr/ssh-key.age".publicKeys = all;
|
owner = "lohr";
|
||||||
|
publicKeys = all;
|
||||||
|
};
|
||||||
|
"lohr/ssh-key.age" = {
|
||||||
|
owner = "lohr";
|
||||||
|
publicKeys = all;
|
||||||
|
};
|
||||||
|
|
||||||
"matrix/mail.age" = {
|
"matrix/mail.age" = {
|
||||||
owner = "matrix-synapse";
|
owner = "matrix-synapse";
|
||||||
|
|
Loading…
Reference in a new issue