mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 16:49:59 -05:00
Misc changes.
This commit is contained in:
parent
ee9fe1d6ce
commit
6d984aee06
2 changed files with 15 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue