refactor: ran deadnix

This commit is contained in:
Rouven Seifert 2023-11-16 15:53:15 +01:00
parent d863cf6688
commit 2fae2a695b
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
17 changed files with 20 additions and 142 deletions

View file

@ -1,11 +1,8 @@
{ ... }:
let
git = "/run/user/1000/secrets/ssh/git/private";
git = "~/.ssh/git";
in
{
sops.secrets = {
"ssh/git/private" = { };
};
programs.ssh = rec {
enable = true;
compression = true;