diff --git a/modules/system/core/default.nix b/modules/system/core/default.nix index 762e76a..883bdef 100644 --- a/modules/system/core/default.nix +++ b/modules/system/core/default.nix @@ -23,7 +23,10 @@ services = { openssh = { enable = true; - permitRootLogin = "yes"; + settings = { + PermitRootLogin = "yes"; + } + ; }; }; environment.systemPackages = with pkgs; [