Compare commits
No commits in common. "8f120e2129ceb2e32945cb5eecaaf43968d8f9cf" and "8a4fdf6a56f69e9dbf6852a520ab43257c7731b1" have entirely different histories.
8f120e2129
...
8a4fdf6a56
2 changed files with 3 additions and 9 deletions
|
|
@ -31,14 +31,8 @@ in
|
|||
publicKeys = all;
|
||||
};
|
||||
|
||||
"lohr/secret.age" = {
|
||||
owner = "lohr";
|
||||
publicKeys = all;
|
||||
};
|
||||
"lohr/ssh-key.age" = {
|
||||
owner = "lohr";
|
||||
publicKeys = all;
|
||||
};
|
||||
"lohr/secret.age".publicKeys = all;
|
||||
"lohr/ssh-key.age".publicKeys = all;
|
||||
|
||||
"matrix/mail.age" = {
|
||||
owner = "matrix-synapse";
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ in
|
|||
};
|
||||
};
|
||||
"${lohrHome}/.ssh/id_ed25519" = {
|
||||
"L+" = {
|
||||
"f+" = {
|
||||
user = "lohr";
|
||||
group = "lohr";
|
||||
mode = "0700";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue