added vanilla for testing

This commit is contained in:
kenji
2025-08-13 14:51:15 -05:00
parent e0ca2aa3bf
commit c3526e6eac
8 changed files with 205 additions and 24 deletions
+6 -1
View File
@@ -8,6 +8,7 @@
}: {
imports = [
./hardware-configuration.nix
../../modules/default/apps.nix
../../modules/default/desktop.nix
../../modules/default/remote.nix
../../modules/default/gaming.nix
@@ -61,6 +62,7 @@
};
hardware = {
enableAllFirmware = true;
logitech.wireless.enable = true;
bluetooth = {
@@ -68,12 +70,15 @@
powerOnBoot = true;
settings = {
General = {
AutoEnable = true;
# AutoEnable = true;
Experimental = true;
MultiProfile = "multiple";
FastConnectable = true;
# ControllerMode = "bredr";
};
Policy = {
AutoEnable = true;
};
};
};
+1 -1
View File
@@ -8,7 +8,7 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];