chore: update flake

This commit is contained in:
Leon Schwarzäugl 2026-01-23 21:41:58 +01:00
parent 9b7f98df7d
commit 70e908fcb0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
11 changed files with 541 additions and 643 deletions

View file

@ -38,13 +38,14 @@ in
services.${serviceName} = {
enable = true;
musicDirectory = "/storage/Music";
openFirewall = true;
settings = {
music_directory = "/storage/Music";
bind_to_address = "any";
port = servicePort;
};
user = serviceUser;
group = serviceGroup;
network = {
port = servicePort;
listenAddress = "any";
};
credentials = [
{
passwordFile = config.sops.secrets.mpd-pw.path;