(home) add ssh shell program configs

This commit is contained in:
Laureηt 2024-03-31 16:11:09 +02:00
parent 3eb07f3cb9
commit d0e0423744
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

8
home/shell/ssh.nix Normal file
View file

@ -0,0 +1,8 @@
{...}: {
programs.ssh = {
enable = false;
compression = true;
addKeysToAgent = "ask";
};
}