hardware/form: don't enable GPUs on portable

This commit is contained in:
Infinidoge 2024-01-22 18:02:33 -05:00
parent 940e1a5b58
commit 1a4370d9d7
No known key found for this signature in database

View file

@ -60,16 +60,9 @@ in
(mkIf cfg.portable {
modules.hardware = {
gpu = {
nvidia = mkDefault true;
intel = mkDefault true;
amdgpu = mkDefault true;
};
wireless.wifi.enable = true;
peripherals.yubikey.enable = true;
};
hardware.nvidia.powerManagement.enable = false;
})
(mkIf cfg.raspi {