ssh
This commit is contained in:
parent
258d772f08
commit
d3125c7c8a
2 changed files with 2 additions and 2 deletions
|
|
@ -228,5 +228,6 @@
|
|||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
# SSH config:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -24,11 +24,10 @@ inputs.self.homeManagerModules.copilot-cli
|
|||
port = 42000; # e.g. 2222
|
||||
};
|
||||
};
|
||||
enableAgent = true; # start ssh-agent automatically
|
||||
forwardAgent = true;
|
||||
extraConfig = ''
|
||||
Host git.nonaxiomatic.systems
|
||||
ControlMaster no
|
||||
AddKeysToAgent yes
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue