mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-12 06:19:05 +00:00
hosts/desktop: configure Gonic server
This commit is contained in:
parent
1250f14cc0
commit
f6809a7cea
@ -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";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user