This commit is contained in:
2025-07-25 19:16:02 +03:00
parent ad0fa5bfdd
commit e400b5ea8a
2 changed files with 16 additions and 4 deletions
+12
View File
@@ -100,6 +100,18 @@ let
"force user" = "root";
"force group" = "root";
};
"${inputs.zeroq.devices.admin}" = {
"path" = "/home/${inputs.zeroq.devices.admin}";
"browseable" = "yes";
"read only" = "no";
"valid users" = "${inputs.zeroq.devices.admin}";
"guest ok" = "no";
"writable" = "yes";
"create mask" = 700;
"directory mask" = 700;
"force user" = "${inputs.zeroq.devices.admin}";
"force group" = "users";
};
};
};
openssh = {