mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
chore: update flake
This commit is contained in:
parent
9b7f98df7d
commit
70e908fcb0
11 changed files with 541 additions and 643 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue