mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-25 05:27:16 +01:00
minus: Make spotifyd discoverable
This commit is contained in:
parent
b458163c29
commit
da8eaed4b3
2 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
use_mpris = true;
|
||||
bitrate = 320;
|
||||
device_type = "t_v";
|
||||
zeroconf_port = 1234;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue