From 80b57880d41af80281cef3a5771868a7f3ef6e2a Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Sun, 23 Feb 2025 15:42:12 +0400 Subject: [PATCH] laptop: enable joycond --- hosts/laptop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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";