[drew-desktop] Move bootloader to the hardware configuration

This commit is contained in:
2025-03-27 16:24:46 -07:00
parent 058602782e
commit c95d3419a2
2 changed files with 3 additions and 4 deletions

View File

@@ -9,10 +9,6 @@
}: }:
{ {
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "drew-desktop"; # Define your hostname. networking.hostName = "drew-desktop"; # Define your hostname.
# Configure network proxy if necessary # Configure network proxy if necessary

View File

@@ -12,6 +12,9 @@
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
]; ];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.availableKernelModules = [ boot.initrd.availableKernelModules = [
"xhci_pci" "xhci_pci"