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; }; };