mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
Fixed typo in option name
This commit is contained in:
parent
0b6b3723ea
commit
31eeb77dc8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
sshd.enable = true;
|
sshd.enable = true;
|
||||||
openssh.settings = {
|
openssh.settings = {
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
X11Fowarding = true;
|
X11Forwarding = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue