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 = {
Generated
+4 -4
View File
@@ -544,11 +544,11 @@
},
"zeroq-credentials": {
"locked": {
"lastModified": 1753387589,
"narHash": "sha256-kJypMcuUJ6PRVrBQxQa7qYhPmyEDh14aZ8EMSLALhwA=",
"lastModified": 1753460123,
"narHash": "sha256-/KPCrjriH+lKiW27anVaujmSMZY3pmN8hss8Dc6sQd0=",
"ref": "refs/heads/master",
"rev": "5973e19fc796a3bb6124d6f44400da8dc8f3196b",
"revCount": 18,
"rev": "c8b4b4f31e4915272a47537d5e73a181c9bc8f26",
"revCount": 20,
"type": "git",
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
},