hosts/youko: init
This commit is contained in:
parent
590ccec966
commit
e2014034bb
4 changed files with 104 additions and 0 deletions
19
hosts/youko/hardware.nix
Normal file
19
hosts/youko/hardware.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
boot = {
|
||||
initrd.availableKernelModules = [
|
||||
"nvme"
|
||||
"xhci_pci"
|
||||
"ahci"
|
||||
"usb_storage"
|
||||
"usbhid"
|
||||
"sd_mod"
|
||||
];
|
||||
kernelModules = [
|
||||
"kvm-amd"
|
||||
"i2c-dev"
|
||||
];
|
||||
};
|
||||
|
||||
services.smartd.enable = true;
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue