finalized buildbox integration

This commit is contained in:
2025-07-30 02:27:44 -07:00
parent 3df4913796
commit e8508fbc73
8 changed files with 103 additions and 31 deletions

View File

@@ -9,6 +9,7 @@
inputs,
configPath,
hostname,
lib,
...
}:
@@ -21,8 +22,6 @@
];
# Bootloader.
# boot.loader.systemd-boot.enable = true;
# boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.enable = lib.mkDefault true;
boot.loader.grub.devices = [ "nodev" ];

View File

@@ -10,7 +10,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "uas" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ kvm-intel ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =