Remove openssh conf

This commit is contained in:
hodasemi 2025-05-20 14:25:56 +02:00
parent f66af67fcc
commit 64d01718ee

View file

@ -6,12 +6,12 @@
# port = 22; # port = 22;
# }; # };
openssh = { # openssh = {
enable = true; # enable = true;
ports = [ 22 23 ]; # ports = [ 22 23 ];
# settings = { # # settings = {
# AllowUsers = [ "dev" ]; # # AllowUsers = [ "dev" ];
# }; # # };
}; # };
}; };
} }