diff --git a/modules/essentials/hardware_config.nix b/modules/essentials/hardware_config.nix index 3a92b07..5d94a20 100644 --- a/modules/essentials/hardware_config.nix +++ b/modules/essentials/hardware_config.nix @@ -50,8 +50,8 @@ # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction # with explicit per-interface declarations with `networking.interfaces..useDHCP`. - networking.useDHCP = lib.mkDefault true; - # networking.interfaces.wlp1s0.useDHCP = lib.mkDefault true; + # networking.useDHCP = lib.mkDefault true; + networking.interfaces.wlp1s0.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; diff --git a/modules/misc_hardware/networking.nix b/modules/misc_hardware/networking.nix index cdc4844..e6727c1 100644 --- a/modules/misc_hardware/networking.nix +++ b/modules/misc_hardware/networking.nix @@ -6,7 +6,7 @@ networkmanager.enable = true; networkmanager.wifi.powersave = true; - wireguard.enable = true; + # wireguard.enable = true; firewall = { allowedUDPPorts = [ 51820 ]; # Clients and peers can use the same port, see listenport