Misc changes.

This commit is contained in:
Annika Merris 2024-05-07 10:38:42 -04:00
parent ee9fe1d6ce
commit 6d984aee06
2 changed files with 15 additions and 2 deletions

View file

@ -112,6 +112,7 @@
wget
discord
git
logiops
];
# Some programs need SUID wrappers, can be configured further or are
@ -127,9 +128,14 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.allowedUDPPorts = [
5353
];
# Or disable the firewall altogether.
# networking.firewall.enable = false;