build: bump inputs

This commit is contained in:
Moritz Böhme 2023-06-10 10:23:31 +02:00
parent 04d63a1977
commit 3204ac12e7
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 103 additions and 103 deletions

View file

@ -69,8 +69,8 @@
services.openssh = {
settings = {
# Disable ssh password login
passwordAuthentication = lib.mkDefault false;
logLevel = "VERBOSE";
PasswordAuthentication = lib.mkDefault false;
LogLevel = "VERBOSE";
};
extraConfig = ''
AllowAgentForwarding no