feat(networking): disable wireguard for now, because it only works half the time..
This commit is contained in:
parent
f68b9dde96
commit
33c81fbc49
2 changed files with 3 additions and 3 deletions
|
|
@ -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.<interface>.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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue