diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index feaf081..bf732ef 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -432,6 +432,8 @@ in # Enable the OpenSSH daemon. # services.openssh.enable = true; + services.joycond.enable = true; + services.openssh = { enable = true; settings.PermitRootLogin = "no";