grub config now included
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./usb_config.nix
|
||||
|
||||
# ../../modules/nixos/backup.nix
|
||||
../../modules/nixos/bluetooth.nix
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
|
||||
Reference in New Issue
Block a user