Fixed typo in option name

This commit is contained in:
Nickiel12 2023-04-02 22:48:25 -07:00
parent 0b6b3723ea
commit 31eeb77dc8

View file

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