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