Initial commit
This commit is contained in:
commit
95ab35975a
27 changed files with 446 additions and 0 deletions
9
machines/lil-maid/modules/network/ssh.nix
Normal file
9
machines/lil-maid/modules/network/ssh.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
Compression = "yes";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue