roon-server: add back state directory

wip/yesman
Alex Guzman 5 years ago
parent d830ae9af3
commit 9fec6dfa39
  1. 1
      nixos/modules/services/audio/roon-server.nix

@ -49,6 +49,7 @@ in {
LimitNOFILE = 8192;
User = cfg.user;
Group = cfg.group;
StateDirectory = name;
};
};

Loading…
Cancel
Save