feat(chireiden): initial configuration
This commit is contained in:
parent
ae9d676e3d
commit
07debb6c83
17
spec/chireiden/default.nix
Normal file
17
spec/chireiden/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
faucet = {
|
||||
id = "5d3c16fe58444e12ad621600039f10af";
|
||||
fs.esp.uuid = "32A5-6257";
|
||||
fs.type = "xfs";
|
||||
fs.store = "c0408dd5-dfc1-42e3-b925-2f32407d320a";
|
||||
fs.cryptsetup.enable = true;
|
||||
fs.cryptsetup.uuids.nix = "3905f87f-7b11-49ef-8ddf-f4202c555ffd";
|
||||
};
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
}
|
Loading…
Reference in a new issue