Added Chromecast support
This commit is contained in:
parent
9ead1b7236
commit
7c69bf0abe
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue