add a share for snapshots
This commit is contained in:
parent
93e521605d
commit
9c1bfd1b24
@ -53,6 +53,15 @@ in {
|
|||||||
"force user" = "jakstpub";
|
"force user" = "jakstpub";
|
||||||
"force group" = "jakstpub";
|
"force group" = "jakstpub";
|
||||||
};
|
};
|
||||||
|
snapshots = {
|
||||||
|
path = cfg.dataDir + "/.zfs/snapshot";
|
||||||
|
writeable = "no";
|
||||||
|
public = "yes";
|
||||||
|
"guest ok" = "yes";
|
||||||
|
"read only" = "yes";
|
||||||
|
"force user" = "jakstpub";
|
||||||
|
"force group" = "jakstpub";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user