mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Cleanup: moved things from configuration.nix and home.nix to new modules
This commit is contained in:
@@ -20,4 +20,9 @@
|
||||
};
|
||||
};
|
||||
services.ssh-agent.enable = true;
|
||||
home.file.".ssh/config".text = ''
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user