switched aphelion to lix
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
# still possible to use this option, but it's recommended to use it in conjunction
|
||||
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
#networking.firewall.allowedTCPPorts = [ 42420 ];
|
||||
networking.firewall.trustedInterfaces = [ "enp12s0" "wlp11s0" ];
|
||||
#networking.firewall.enable = false;
|
||||
|
||||
# networking.interfaces.enp12s0.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.wlp11s0.useDHCP = lib.mkDefault true;
|
||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||
|
||||
Reference in New Issue
Block a user