1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Change hardware of enka host

This commit is contained in:
RGBCube 2024-06-13 13:48:13 +03:00
parent 855926f24e
commit b8dee7065f
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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";