system/security: update config

This commit is contained in:
LavaDesu 2023-06-18 21:31:27 +07:00
parent 544cfe99e1
commit 5fd155231c
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -8,9 +8,11 @@
services.openssh = {
enable = true;
permitRootLogin = "no";
passwordAuthentication = false;
forwardX11 = true;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
X11Forwarding = true;
};
hostKeys = [
{