ma filepimp: use nondistributableFirmware

This commit is contained in:
makefu 2017-07-28 23:50:36 +02:00
parent a4382f83ec
commit d761743c4b
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -44,7 +44,7 @@ in {
kernelModules = [ "kvm-amd" ];
extraModulePackages = [ ];
};
hardware.enableAllFirmware = true;
hardware.enableRedistributableFirmware = true;
hardware.cpu.amd.updateMicrocode = true;
zramSwap.enable = true;