mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: move modules/optional/boot-* -> nixos-extra-modules
This commit is contained in:
parent
da1db65104
commit
dfed8f8219
9 changed files with 14 additions and 23 deletions
|
@ -13,7 +13,6 @@
|
|||
../../modules/optional/hardware/physical.nix
|
||||
|
||||
../../modules
|
||||
../../modules/optional/boot-efi.nix
|
||||
../../modules/optional/initrd-ssh.nix
|
||||
../../modules/optional/zfs.nix
|
||||
|
||||
|
@ -22,6 +21,7 @@
|
|||
./kea.nix
|
||||
];
|
||||
|
||||
boot.mode = "efi";
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" "r8169"];
|
||||
|
||||
meta.promtail = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue