convoluted solution looking for a problem
unified modules structure
This commit is contained in:
parent
bf3946e06f
commit
1b7989336e
14 changed files with 61 additions and 44 deletions
|
|
@ -1,9 +1,7 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./common-desktop.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
my.hardware.enableCommonDesktopSettings = true;
|
||||
|
||||
boot = {
|
||||
initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"];
|
||||
initrd.kernelModules = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue