297 current 2024-12-14 04:57:05 24.11.20241207.e2605d0 6.12.3 *

This commit is contained in:
Ranomier 2024-12-14 20:56:37 +01:00
parent 39ddc51895
commit 6d19a1bdba
2 changed files with 1 additions and 5 deletions

View file

@ -5,5 +5,6 @@
./environment.nix
./locale.nix
./networking.nix
./firewall.nix
];
}

View file

@ -28,11 +28,6 @@
# networking.interfaces.enp2s0f0.useDHCP = lib.mkDefault true;
# networking.interfaces.enp5s0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [8080 10001 10002];
networking.firewall.allowedUDPPorts = [8080 10001 10002];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
environment.systemPackages = with pkgs; [
networkmanagerapplet