new machine, altostratus, my remote-work remote box.
This commit is contained in:
parent
44cd697b63
commit
7ea5e9ed3c
9 changed files with 184 additions and 2 deletions
6
hosts/altostratus/hardware-config.nix
Normal file
6
hosts/altostratus/hardware-config.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usb_storage" "sd_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = [];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue