Add jupiter base
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
18
hosts/jupiter/hardware/default.nix
Normal file
18
hosts/jupiter/hardware/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ ... }:
|
||||
{
|
||||
# TODO Remove
|
||||
hardware.enableAllHardware = true;
|
||||
|
||||
# TODO Update
|
||||
boot.initrd.kernelModules = [
|
||||
"ahci"
|
||||
"xhci_pci"
|
||||
"virtio_pci"
|
||||
"virtio_scsi"
|
||||
"virtio_blk"
|
||||
"virtio_console"
|
||||
"sd_mod"
|
||||
];
|
||||
|
||||
services.fstrim.enable = true;
|
||||
}
|
Reference in New Issue
Block a user