From 804924be3b40407d7e063184a2689c644410116f Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Mon, 8 Dec 2025 17:27:13 +0200 Subject: Update --- hosts/kataja/hardware-configuration.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'hosts/kataja/hardware-configuration.nix') diff --git a/hosts/kataja/hardware-configuration.nix b/hosts/kataja/hardware-configuration.nix index 5d1d1b7..db1602b 100644 --- a/hosts/kataja/hardware-configuration.nix +++ b/hosts/kataja/hardware-configuration.nix @@ -20,6 +20,7 @@ availableKernelModules = [ "ahci" "amdgpu" + "cdc_acm" "mt7921e" "nvme" "r8169" @@ -27,7 +28,6 @@ "usb_storage" "usbhid" "xhci_pci" - "cdc_acm" ]; }; kernelParams = [ @@ -65,15 +65,6 @@ swapDevices = [ { device = "/dev/disk/by-uuid/97641877-607c-46cd-853d-e431c8a90dc2"; } ]; - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking - # (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.eno1.useDHCP = lib.mkDefault true; - # networking.interfaces.enp2s0.useDHCP = lib.mkDefault true; - # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } -- cgit v1.2.3-70-g09d2