mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Added Chromecast support
This commit is contained in:
parent
9ead1b7236
commit
7c69bf0abe
|
|
@ -43,6 +43,8 @@
|
|||
# Allow KDE Connect Ports
|
||||
networking.firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }];
|
||||
networking.firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }];
|
||||
# Allow VLC Chromecast
|
||||
networking.firewall.allowedTCPPorts = [ 8010 ];
|
||||
|
||||
# Enable Bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
@ -104,6 +106,9 @@
|
|||
allowOrigin = "*";
|
||||
};
|
||||
|
||||
# Enable Avahi Daemon for Chromecast
|
||||
services.avahi.enable = true;
|
||||
|
||||
# Users
|
||||
users.users.kb = { # Managed by Homemanager
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue