diff options
Diffstat (limited to 'modules/xnet/disk/boot.nix')
| -rw-r--r-- | modules/xnet/disk/boot.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/xnet/disk/boot.nix b/modules/xnet/disk/boot.nix deleted file mode 100644 index 65be2f3..0000000 --- a/modules/xnet/disk/boot.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ lib, ... }: -let - inherit (lib) mkDefault; -in -{ - boot = { - loader.systemd-boot.enable = true; - initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" "sdhci_pci" ]; - kernelModules = [ "kvm-intel" "kvm-amd" ]; - swraid.mdadmConf = "MAILADDR = nobody@example.com"; - tmp.cleanOnBoot = mkDefault true; - }; -} |
