mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Change hardware of enka host
This commit is contained in:
parent
855926f24e
commit
b8dee7065f
1 changed files with 4 additions and 2 deletions
|
@ -11,12 +11,14 @@ systemConfiguration {
|
|||
|
||||
boot.initrd.availableKernelModules = [
|
||||
"ahci"
|
||||
"rtsx_pci_sdmmc"
|
||||
"sd_mod"
|
||||
"nvme"
|
||||
"sr_mod"
|
||||
"usbhid"
|
||||
"xhci_pci"
|
||||
];
|
||||
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
fsType = "btrfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue