hosts/dandelion: re-init

This commit is contained in:
LavaDesu 2025-05-19 19:43:57 +10:00
parent ee0a768c03
commit 3bacc817a2
Signed by: cilly
GPG key ID: 6500251E087653C9
9 changed files with 160 additions and 7 deletions

View file

@ -0,0 +1,14 @@
{ ... }: {
boot = {
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ];
initrd.kernelModules = [ "nvme" ];
kernel.sysctl = {
"kernel.core_pattern" = "|/bin/false";
"kernel.sysrq" = 1;
};
};
}