From 9fec6dfa39e3a9a0deab6713d2626c7a95b3437f Mon Sep 17 00:00:00 2001 From: Alex Guzman Date: Fri, 9 Aug 2019 22:21:46 -0700 Subject: [PATCH] roon-server: add back state directory --- nixos/modules/services/audio/roon-server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/audio/roon-server.nix b/nixos/modules/services/audio/roon-server.nix index ba995ab93ec4..d4b0b098b78e 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; }; };