users/jordan: nest common config
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m3s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m3s
This commit is contained in:
12
users/jordan/common/ssh.nix
Normal file
12
users/jordan/common/ssh.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services.ssh-agent.enable = true;
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user