aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/murmur
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/murmur')
-rw-r--r--system/services/murmur/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/services/murmur/default.nix b/system/services/murmur/default.nix
index 1dcd781..dec79ba 100644
--- a/system/services/murmur/default.nix
+++ b/system/services/murmur/default.nix
@@ -1,6 +1,15 @@
{...}: let
murmurStore = "/var/lib/murmur";
in {
+ vhack.persist.directories = [
+ {
+ directory = "/var/lib/murmur";
+ user = "murmur";
+ group = "murmur";
+ mode = "0700";
+ }
+ ];
+
services.murmur = {
enable = true;
openFirewall = true;