change snapserver
This commit is contained in:
parent
371e4e131d
commit
a78e3b0813
1 changed files with 3 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ in
|
|||
{
|
||||
environment.etc = {
|
||||
# Creates /etc/nanorc
|
||||
shairport-sync = {
|
||||
shairport = {
|
||||
text = ''
|
||||
whatever you want to put in the file goes here.
|
||||
metadata =
|
||||
|
|
@ -46,6 +46,7 @@ in
|
|||
mode = "0440";
|
||||
};
|
||||
};
|
||||
|
||||
services.snapserver = {
|
||||
enable = true;
|
||||
codec = "flac";
|
||||
|
|
@ -60,7 +61,7 @@ in
|
|||
query = {
|
||||
devicename = "Multi Room";
|
||||
port = "5000";
|
||||
params = "--mdns=avahi -c=/etc/shairport-sync";
|
||||
params = "--mdns=avahi -c=/etc/shairport";
|
||||
};
|
||||
};
|
||||
streams.mixed = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue