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 = [
|
boot.initrd.availableKernelModules = [
|
||||||
"ahci"
|
"ahci"
|
||||||
"rtsx_pci_sdmmc"
|
"nvme"
|
||||||
"sd_mod"
|
|
||||||
"sr_mod"
|
"sr_mod"
|
||||||
|
"usbhid"
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-label/root";
|
device = "/dev/disk/by-label/root";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue