Compare commits
2 commits
8a4fdf6a56
...
8f120e2129
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f120e2129 | |||
| f729f6a098 |
2 changed files with 9 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ in
|
|||
};
|
||||
};
|
||||
"${lohrHome}/.ssh/id_ed25519" = {
|
||||
"f+" = {
|
||||
"L+" = {
|
||||
user = "lohr";
|
||||
group = "lohr";
|
||||
mode = "0700";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue