summary refs log tree commit diff
path: root/nixos/modules/services/audio/roon-server.nix
diff options
context:
space:
mode:
authorAlex Guzman <alex@guzman.io>2019-08-09 22:21:46 -0700
committerAlex Guzman <alex@guzman.io>2019-08-09 22:21:46 -0700
commit9fec6dfa39e3a9a0deab6713d2626c7a95b3437f (patch)
tree188c9dae2af3ea73fb7f9b61488cf477e703c013 /nixos/modules/services/audio/roon-server.nix
parentd830ae9af3ff2c0f435e22adc576e0e70c98ac51 (diff)
downloadnixpkgs-9fec6dfa39e3a9a0deab6713d2626c7a95b3437f.tar
nixpkgs-9fec6dfa39e3a9a0deab6713d2626c7a95b3437f.tar.gz
nixpkgs-9fec6dfa39e3a9a0deab6713d2626c7a95b3437f.tar.bz2
nixpkgs-9fec6dfa39e3a9a0deab6713d2626c7a95b3437f.tar.lz
nixpkgs-9fec6dfa39e3a9a0deab6713d2626c7a95b3437f.tar.xz
nixpkgs-9fec6dfa39e3a9a0deab6713d2626c7a95b3437f.tar.zst
nixpkgs-9fec6dfa39e3a9a0deab6713d2626c7a95b3437f.zip
roon-server: add back state directory
Diffstat (limited to 'nixos/modules/services/audio/roon-server.nix')
-rw-r--r--nixos/modules/services/audio/roon-server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/audio/roon-server.nix b/nixos/modules/services/audio/roon-server.nix
index ba995ab93ec..d4b0b098b78 100644
--- a/nixos/modules/services/audio/roon-server.nix
+++ b/nixos/modules/services/audio/roon-server.nix
@@ -49,6 +49,7 @@ in {
         LimitNOFILE = 8192;
         User = cfg.user;
         Group = cfg.group;
+        StateDirectory = name;
       };
     };