ssh: fix type

This commit is contained in:
Rouven Seifert 2024-05-06 11:13:49 +02:00
parent 81ac3b4c0d
commit 5930da6bdf
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -33,7 +33,7 @@
enable = true;
settings = {
PermitRootLogin = "yes";
PasswordAuthentication = "no";
PasswordAuthentication = false;
};
};
programs.mosh.enable = true;