summaryrefslogtreecommitdiff
path: root/hosts/toaster/hardware-configuration.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-04-29 00:40:53 +0200
committerGrigory Shipunov2023-04-29 00:40:53 +0200
commitce6c882435d4367b75ebc1ecff57f40dfe519271 (patch)
tree0ea5db3dca949dd124cff1b9cd098563a04d12f7 /hosts/toaster/hardware-configuration.nix
parent2c558dfa3f4777a42db418b395a95a598e1e93ae (diff)
Switch to networkmanager for the desktop
Diffstat (limited to 'hosts/toaster/hardware-configuration.nix')
-rw-r--r--hosts/toaster/hardware-configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix
index aa2aacb..7304364 100644
--- a/hosts/toaster/hardware-configuration.nix
+++ b/hosts/toaster/hardware-configuration.nix
@@ -83,8 +83,8 @@
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
networking.interfaces.enp1s0f0.useDHCP = lib.mkDefault true;
- #networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
- networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
+ networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
+ # networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;