Fix odin SSH auth
This commit is contained in:
parent
521e8f3986
commit
4caaed049e
1 changed files with 1 additions and 6 deletions
|
|
@ -165,12 +165,7 @@ with lib; {
|
|||
services.onedrive.enable = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
permitRootLogin = "no";
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
services.openssh = { enable = true; openFirewall = true; };
|
||||
|
||||
# Cooling management
|
||||
services.thermald.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue