Fixed Freya deployment

This commit is contained in:
Filippo Berto 2023-03-03 23:19:59 +01:00
parent b88cc04996
commit 2916331af1
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
8 changed files with 121 additions and 70 deletions

View file

@ -1,8 +1,8 @@
{
{ lib, ... }: {
services.openssh = {
enable = true;
openFirewall = true;
permitRootLogin = "prohibit-password";
permitRootLogin = lib.mkDefault "prohibit-password";
passwordAuthentication = false;
kbdInteractiveAuthentication = false;
};