summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-03-11 23:55:51 +0100
committerMel <mel@rnrd.eu>2026-03-16 20:51:39 +0100
commit29a18330119daeb333f49873c548f3177d77aec5 (patch)
tree8fc37afecc0fa646becf485d71f1509663080ae8 /machines
parent9eb2caf02c27238f97b147d1fb32c8dd43ab9a9e (diff)
downloadminerals-29a18330119daeb333f49873c548f3177d77aec5.tar.zst
minerals-29a18330119daeb333f49873c548f3177d77aec5.zip
Update Wolfram hardware
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
-rw-r--r--machines/wolfram/hardware.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/machines/wolfram/hardware.nix b/machines/wolfram/hardware.nix
index ee9d233..ca50c9b 100644
--- a/machines/wolfram/hardware.nix
+++ b/machines/wolfram/hardware.nix
@@ -15,12 +15,10 @@
   ];
 
   boot.initrd.availableKernelModules = [
-    "ahci"
     "xhci_pci"
+    "ahci"
+    "nvme"
     "usbhid"
-    "usb_storage"
-    "sd_mod"
-    "sr_mod"
   ];
   boot.initrd.kernelModules = [ ];
   boot.kernelModules = [ "kvm-intel" ];
@@ -42,14 +40,6 @@
 
   swapDevices = [ ];
 
-  # 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.<interface>.useDHCP`.
-  networking.useDHCP = lib.mkDefault true;
-  # networking.interfaces.enp0s25.useDHCP = lib.mkDefault true;
-  # networking.interfaces.enp6s0.useDHCP = lib.mkDefault true;
-
   nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
   hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
 }