mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
BChange hardware conf
This commit is contained in:
parent
7163f59fdf
commit
f3fdaccb9a
1 changed files with 5 additions and 10 deletions
|
@ -5,36 +5,31 @@ systemConfiguration {
|
|||
|
||||
boot.initrd.availableKernelModules = [
|
||||
"ahci"
|
||||
"rtsx_pci_sdmmc"
|
||||
"sd_mod"
|
||||
"sr_mod"
|
||||
"usb_storage"
|
||||
"usbhid"
|
||||
"xhci_pci"
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
"kvm-intel"
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot = enabled {};
|
||||
efi.canTouchEfiVariables = true;
|
||||
efi.efiSysMountPoint = "/boot/efi";
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/d0e4626c-507e-484a-9ecc-94817d889083";
|
||||
device = "";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot/efi" = {
|
||||
device = "/dev/disk/by-uuid/A467-98D1";
|
||||
fileSystems."/boot" = {
|
||||
device = "";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/dev/disk/by-uuid/10bfe7d8-1daf-4c65-a5a6-cf3c9a085478";
|
||||
device = "";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue