This commit is contained in:
Vinzenz Schroeter 2023-09-11 19:17:32 +02:00
parent 5e9a74280e
commit c022eb979b

View file

@ -15,7 +15,7 @@ in {
config = lib.mkIf cfg.enable {
services = {
# Enable the OpenSSH daemon.
services.openssh = {
openssh = {
enable = true;
settings = {
# PermitRootLogin = "no"; # this is managed through authorized keys