Compare commits
2 commits
9ead1b7236
...
c2dcd386dc
Author | SHA1 | Date | |
---|---|---|---|
c2dcd386dc | |||
7c69bf0abe |
2 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,7 @@ in {
|
|||
mangohud
|
||||
prismlauncher
|
||||
kb-one.olympus
|
||||
gnome-sudoku
|
||||
# Terminal Tools
|
||||
mosh
|
||||
btop
|
||||
|
|
|
@ -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