update inputs

This commit is contained in:
Moritz Böhme 2023-02-02 11:38:23 +01:00
parent 95e086e232
commit 61cae6fd51
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 191 additions and 99 deletions

View file

@ -102,7 +102,7 @@ with lib; {
# ripping
abcde
handbrake
stable.handbrake # HACK to fix broken ffmpeg on unstable
picard
# other

View file

@ -70,9 +70,11 @@
# SSH
services.openssh = {
# Disable ssh password login
passwordAuthentication = lib.mkDefault false;
logLevel = "VERBOSE";
settings = {
# Disable ssh password login
passwordAuthentication = lib.mkDefault false;
logLevel = "VERBOSE";
};
extraConfig = ''
AllowAgentForwarding no
AllowTcpForwarding no