add a share for snapshots

This commit is contained in:
Motiejus Jakštys 2023-09-22 10:05:06 +03:00
parent 93e521605d
commit 9c1bfd1b24
1 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,15 @@ in {
"force user" = "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";
};
};
};