enable openssh

This commit is contained in:
Charlotte 🦝 Delenk 2024-10-31 09:24:05 +01:00
parent 94172cfb81
commit a6a023ffe3

View file

@ -1,4 +1,5 @@
{...}: {
services.openssh.enable = true;
services.openssh.settings = {
PermitRootLogin = true;
PasswordAuthentication = false;