remove dektop-hardware module

This commit is contained in:
Vinzenz Schroeter 2025-09-14 14:12:14 +02:00
parent a208ca4df2
commit f1855c1265
9 changed files with 40 additions and 37 deletions

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{
boot = {
supportedFilesystems = [ "btrfs" ];
@ -38,5 +39,10 @@
{ device = "/dev/disk/by-uuid/bf9d19fb-499b-4bfb-b67d-131fa5bf8259"; }
];
hardware.cpu.intel.updateMicrocode = true;
hardware.bluetooth.enable = true;
networking = {
networkmanager.enable = true;
useDHCP = lib.mkDefault true;
};
}