diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index b7406d7..85293a3 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -34,5 +34,20 @@ in ''; }; + services.gonic = { + enable = true; + settings = { + listen-addr = "172.23.0.1:4747"; + cache-path = "/var/cache/gonic"; + music-path = [ musicDir ]; + podcast-path = "/var/cache/gonic/podcasts"; + + jukebox-enabled = true; + + scan-interval = 1; + scan-at-start-enabled = true; + }; + }; + system.stateVersion = "23.05"; }