flake update

This commit is contained in:
2023-06-03 11:28:10 +02:00
parent cd1ee31c82
commit 21879ac0cc
3 changed files with 27 additions and 27 deletions

View File

@@ -142,7 +142,7 @@
# extraConfig = ''
# HostKeyAlgorithms +ssh-rsa
# ''; # Temporary extra config so ssh will work in guacamole
settings.passwordAuthentication = false;
settings.PasswordAuthentication = false;
};
pcscd.enable = true;
yubikey-agent.enable = true;

View File

@@ -103,8 +103,8 @@
openssh = { # SSH: secure shell (remote connection to shell of server)
enable = true; # local: $ ssh <user>@<ip>
settings = {
passwordAuthentication = false;
permitRootLogin = "no";
PasswordAuthentication = false;
PermitRootLogin = "no";
};
ports = [ 2220 ];
openFirewall = true;