Start porting nixy config, move some bootloader stuff into the common bootloader.nix.

This commit is contained in:
jay
2025-07-09 07:34:56 -04:00
parent fe0b2ef82d
commit 342710ef9c
6 changed files with 115 additions and 5 deletions

View File

@@ -4,11 +4,6 @@
useTmpfs = true;
tmpfsSize = "50%";
};
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_xanmod_stable;
kernelModules = [ "kvm-intel" ];
extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];
extraModprobeConfig = '' options bluetooth disable_ertm=1 '';