Compare commits

..

No commits in common. "8f120e2129ceb2e32945cb5eecaaf43968d8f9cf" and "8a4fdf6a56f69e9dbf6852a520ab43257c7731b1" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View file

@ -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";

View file

@ -99,7 +99,7 @@ in
};
};
"${lohrHome}/.ssh/id_ed25519" = {
"L+" = {
"f+" = {
user = "lohr";
group = "lohr";
mode = "0700";