multimedia keys setup

This commit is contained in:
Mans Ziesel 2023-06-10 11:49:09 +02:00
parent 97e1721ce1
commit 6b6b5e700a
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@
spotify
zathura
playerctl
pulseaudio
];
services.playerctld.enable = true;

View File

@ -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;
};