Fix odin SSH auth

This commit is contained in:
Filippo Berto 2022-12-19 11:19:18 +01:00
parent 521e8f3986
commit 4caaed049e
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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;