Updated option name

This commit is contained in:
Nickiel12 2023-04-02 22:45:13 -07:00
parent 9c3a94acc2
commit 0b6b3723ea

View file

@ -7,9 +7,9 @@
services = { services = {
sshd.enable = true; sshd.enable = true;
openssh = { openssh.settings = {
settings.PermitRootLogin = "no"; PermitRootLogin = "no";
forwardX11 = true; X11Fowarding = true;
}; };
}; };