diff --git a/modules/services/jakstpub/default.nix b/modules/services/jakstpub/default.nix index 6633eb5..ab7194f 100644 --- a/modules/services/jakstpub/default.nix +++ b/modules/services/jakstpub/default.nix @@ -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"; + }; }; };