services: Update outdated options

This commit is contained in:
Tristan Daniël Maat 2023-07-28 11:23:56 +02:00
parent ecbf382d43
commit 828d3f3878
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 16 additions and 11 deletions
configuration

View file

@ -108,11 +108,14 @@
services.openssh = {
enable = true;
allowSFTP = false;
passwordAuthentication = false;
permitRootLogin = "no";
ports = [2222];
startWhenNeeded = true;
gatewayPorts = "yes";
settings = {
GatewayPorts = "yes";
PermitRootLogin = "no";
PasswordAuthentication = false;
};
};
security = {