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 { config = lib.mkIf cfg.enable {
services = { services = {
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh = { openssh = {
enable = true; enable = true;
settings = { settings = {
# PermitRootLogin = "no"; # this is managed through authorized keys # PermitRootLogin = "no"; # this is managed through authorized keys