fwminex: fix boot config

This commit is contained in:
Motiejus Jakštys 2024-12-03 13:54:57 +02:00
parent 8ab95b40c4
commit 3331c4260d
3 changed files with 3 additions and 3 deletions

View File

@ -36,6 +36,7 @@ in
};
boot = {
loader.systemd-boot.enable = true;
initrd = {
systemd.enable = true;
kernelModules = [ "usb_storage" ];

View File

@ -35,9 +35,7 @@ in
boot = {
kernelModules = [ "kvm-intel" ];
loader.systemd-boot.enable = true;
initrd = {
systemd.enable = true;
availableKernelModules = [
"xhci_pci"
"thunderbolt"

View File

@ -13,12 +13,13 @@ in
imports = [ ../dev ];
config = {
boot = {
loader.systemd-boot.enable = true;
systemd.enable = true;
supportedFilesystems = [
"btrfs"
"ntfs"
];
kernelModules = [ "kvm-intel" ];
loader.systemd-boot.enable = true;
};
hardware = {