mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
updated setting to be more recent
This commit is contained in:
parent
0f01f42baf
commit
a4ac0dbadf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
services = {
|
||||
sshd.enable = true;
|
||||
openssh.permitRootLogin = "no";
|
||||
openssh.settings.PermitRootLogin = "no";
|
||||
};
|
||||
|
||||
systemd.services.sshd.wantedBy = [ "multi-user.target" ];
|
||||
|
|
Loading…
Reference in a new issue