From 90952ea6ab3152bdc16846e44033f5d2e904a7ca Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 19:52:24 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 19:52:24 --- modules/services.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/modules/services.nix b/modules/services.nix index 62c63a9..a4ee16b 100644 --- a/modules/services.nix +++ b/modules/services.nix @@ -5,17 +5,7 @@ libinput.enable = true; # Input Handling fstrim.enable = true; # SSD Optimizer gvfs.enable = true; # For Mounting USB & More - power-profiles-daemon.enable = true; - openssh = { - enable = true; # Enable SSH - settings = { - PermitRootLogin = "no"; # Prevent root from SSH login - PasswordAuthentication = true; #Users can SSH using kb and password - KbdInteractiveAuthentication = true; - }; - ports = [22]; - }; - blueman.enable = true; # Bluetooth Support + power-profiles-daemon.enable = true;le = true; # Bluetooth Support tumbler.enable = true; # Image/video preview smartd = {