mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -100,6 +100,18 @@ let
|
|||||||
"force user" = "root";
|
"force user" = "root";
|
||||||
"force group" = "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 = {
|
openssh = {
|
||||||
|
|||||||
Generated
+4
-4
@@ -544,11 +544,11 @@
|
|||||||
},
|
},
|
||||||
"zeroq-credentials": {
|
"zeroq-credentials": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1753387589,
|
"lastModified": 1753460123,
|
||||||
"narHash": "sha256-kJypMcuUJ6PRVrBQxQa7qYhPmyEDh14aZ8EMSLALhwA=",
|
"narHash": "sha256-/KPCrjriH+lKiW27anVaujmSMZY3pmN8hss8Dc6sQd0=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "5973e19fc796a3bb6124d6f44400da8dc8f3196b",
|
"rev": "c8b4b4f31e4915272a47537d5e73a181c9bc8f26",
|
||||||
"revCount": 18,
|
"revCount": 20,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
|
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user