mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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 = {
|
||||
sshd.enable = true;
|
||||
openssh = {
|
||||
settings.PermitRootLogin = "no";
|
||||
forwardX11 = true;
|
||||
openssh.settings = {
|
||||
PermitRootLogin = "no";
|
||||
X11Fowarding = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue