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;
# };
openssh = {
enable = true;
ports = [ 22 23 ];
# settings = {
# AllowUsers = [ "dev" ];
# openssh = {
# enable = true;
# ports = [ 22 23 ];
# # settings = {
# # AllowUsers = [ "dev" ];
# # };
# };
};
};
}