mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
refactor: ran deadnix
This commit is contained in:
parent
d863cf6688
commit
2fae2a695b
17 changed files with 20 additions and 142 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue