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 spotify
zathura zathura
playerctl playerctl
pulseaudio
]; ];
services.playerctld.enable = true; services.playerctld.enable = true;

View File

@ -133,7 +133,7 @@
enable = true; enable = true;
settings = { settings = {
# Forbid root login through SSH. # Forbid root login through SSH.
PermitRootLogin = "yes"; PermitRootLogin = "no";
# Use keys only. Remove if you want to SSH using password (not recommended) # Use keys only. Remove if you want to SSH using password (not recommended)
PasswordAuthentication = false; PasswordAuthentication = false;
}; };