multimedia keys setup
This commit is contained in:
parent
97e1721ce1
commit
6b6b5e700a
@ -50,6 +50,7 @@
|
|||||||
spotify
|
spotify
|
||||||
zathura
|
zathura
|
||||||
playerctl
|
playerctl
|
||||||
|
pulseaudio
|
||||||
];
|
];
|
||||||
|
|
||||||
services.playerctld.enable = true;
|
services.playerctld.enable = true;
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user