restructure zfs

This commit is contained in:
2025-10-14 12:21:06 -05:00
parent a960e1a018
commit 06587673c0
5 changed files with 29 additions and 7 deletions

View File

@@ -8,8 +8,14 @@
let
cfg = config.holocron.smb;
smb_shares = {
vault = {
path = "/holocron/vault";
archives = {
path = "/holocron/archives";
browseable = true;
writable = true;
guestOk = false;
};
users = {
path = "/holocron/users";
browseable = true;
writable = true;
guestOk = false;