hosts/alyssum: disable insecure ssh

This commit is contained in:
Cilly Leang 2026-05-28 20:19:04 +10:00
parent 0d99bd6015
commit 59f5913b68
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -29,7 +29,4 @@
]; ];
me.environment = "headless"; me.environment = "headless";
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
services.openssh.settings.PasswordAuthentication = lib.mkForce true;
} }