chore(hosts/backstage): cleanup
This commit is contained in:
parent
e9a7e56e02
commit
a2c3d48fed
5 changed files with 57 additions and 56 deletions
|
@ -5,21 +5,6 @@
|
|||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "virtio_pci" "r8169" ];
|
||||
kernelModules = [ "dm-snapshot" ];
|
||||
luks.devices."backstage" = {
|
||||
preLVM = true;
|
||||
device = "/dev/disk/by-uuid/7f3ccd2d-8022-491e-baa1-675805919fd7";
|
||||
};
|
||||
};
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelParams = [
|
||||
"zfs.zfs_arc_max=1024000000"
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "zpool/root";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue