feature/updates #33

Merged
aaron merged 2 commits from feature/updates into main 2026-03-20 18:18:53 +01:00
Showing only changes of commit 2fb937b19f - Show all commits

View File

@@ -8,6 +8,10 @@
networking.firewall.allowedTCPPorts = [ ]; networking.firewall.allowedTCPPorts = [ ];
networking.firewall.allowedUDPPorts = [ ]; networking.firewall.allowedUDPPorts = [ ];
# enable wifi
hardware.enableAllFirmware = true;
networking.wireless.enable = true;
# enable bluetooth # enable bluetooth
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;