minus: Make spotifyd discoverable

This commit is contained in:
traxys 2024-04-02 22:45:08 +02:00
parent b458163c29
commit da8eaed4b3
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@
use_mpris = true;
bitrate = 320;
device_type = "t_v";
zeroconf_port = 1234;
};
};

View file

@ -8,6 +8,8 @@
networking.hostName = "minus";
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [1234];
networking.firewall.allowedUDPPorts = [5353];
networking.interfaces.enps10.wakeOnLan.enable = true;
time.timeZone = "Europe/Paris";
i18n.defaultLocale = "en_GB.UTF-8";