summaryrefslogtreecommitdiff
path: root/hosts/toaster/hardware-configuration.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-05-10 12:41:34 +0200
committerGrigory Shipunov2023-05-10 12:41:34 +0200
commit70934dcf600e176a6464b528f4e7f26df178addd (patch)
tree7a78636545bcbfc9bb1361f7aab8633a66d4d75d /hosts/toaster/hardware-configuration.nix
parentddccfd94fe70188f9fe89586dcc35d6555c2f27a (diff)
Revert "Switch to networkmanager for the desktop"
This reverts commit ce6c882435d4367b75ebc1ecff57f40dfe519271.
Diffstat (limited to 'hosts/toaster/hardware-configuration.nix')
-rw-r--r--hosts/toaster/hardware-configuration.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix
index 1659b6d..7e3b087 100644
--- a/hosts/toaster/hardware-configuration.nix
+++ b/hosts/toaster/hardware-configuration.nix
@@ -82,9 +82,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.interfaces.enp1s0f0.useDHCP = lib.mkDefault true;
- # networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
- # networking.interfaces.wlan0.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;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;