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 = {