From 6b6b5e700ad230be27e6c9910f622edbeb4f1b98 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sat, 10 Jun 2023 11:49:09 +0200 Subject: [PATCH] multimedia keys setup --- home-manager/home.nix | 1 + nixos/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index f8e8f71..6ac77ac 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -50,6 +50,7 @@ spotify zathura playerctl + pulseaudio ]; services.playerctld.enable = true; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c738136..8d2f22b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -133,7 +133,7 @@ enable = true; settings = { # Forbid root login through SSH. - PermitRootLogin = "yes"; + PermitRootLogin = "no"; # Use keys only. Remove if you want to SSH using password (not recommended) PasswordAuthentication = false; };