mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
still ssh
This commit is contained in:
parent
11392218c8
commit
dc5e9338b6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [ 22 ];
|
||||
settings.openFirewall = true;
|
||||
openFirewall = true;
|
||||
settings.PasswordAuthentication = false; # Recommended: use SSH keys
|
||||
settings.PermitRootLogin = "no"; # Recommended
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue