update and run mc modpack on server :>

This commit is contained in:
xunuwu 2026-02-19 20:08:52 +01:00
parent ad6cc085f4
commit f3afcb060b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
10 changed files with 133 additions and 88 deletions

View file

@ -7,10 +7,10 @@
services.navidrome = {
enable = true;
package = pkgs.navidrome.overrideAttrs {
patches = [./scrobbleAlbumArtist.patch];
doCheck = false;
};
# package = pkgs.navidrome.overrideAttrs {
# patches = [./scrobbleAlbumArtist.patch];
# doCheck = false;
# };
settings = {
MusicFolder = "/media/library/music";
Address = config.vpnNamespaces."wg".bridgeAddress;