mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
remove shairport-sync
This commit is contained in:
parent
8d66e86242
commit
bb3d378f5e
1 changed files with 0 additions and 24 deletions
|
@ -66,30 +66,6 @@
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
#repology.enable = true;
|
#repology.enable = true;
|
||||||
shairport-sync = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.shairport-sync-airplay2;
|
|
||||||
arguments = "-o pw -v";
|
|
||||||
settings = {
|
|
||||||
general = {
|
|
||||||
name = "NixOS Shairport";
|
|
||||||
};
|
|
||||||
metadata = {
|
|
||||||
enabled = "yes";
|
|
||||||
include_cover_art = "yes";
|
|
||||||
cover_art_cache_directory = "/tmp/shairport-sync/.cache/coverart";
|
|
||||||
pipe_name = "/tmp/shairport-sync-metadata";
|
|
||||||
pipe_timeout = 5000;
|
|
||||||
};
|
|
||||||
mqtt = {
|
|
||||||
enabled = "yes";
|
|
||||||
hostname = "mqtt.server.domain.example";
|
|
||||||
port = 1883;
|
|
||||||
publish_parsed = "yes";
|
|
||||||
publish_cover = "yes";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
Loading…
Add table
Reference in a new issue