summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/filepimp
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-28 23:50:36 +0200
committermakefu <github@syntax-fehler.de>2017-07-28 23:50:36 +0200
commitd761743c4bb8149c8c962967108a0ff955b86c5f (patch)
tree1402f53d4ca4afff27f553533456f6bc4d7a0fe4 /makefu/1systems/filepimp
parenta4382f83ec341f664b49995653ebc96a38c850df (diff)
ma filepimp: use nondistributableFirmware
Diffstat (limited to 'makefu/1systems/filepimp')
-rw-r--r--makefu/1systems/filepimp/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/filepimp/config.nix b/makefu/1systems/filepimp/config.nix
index 7e5d7d0e..e9058ec8 100644
--- a/makefu/1systems/filepimp/config.nix
+++ b/makefu/1systems/filepimp/config.nix
@@ -44,7 +44,7 @@ in {
kernelModules = [ "kvm-amd" ];
extraModulePackages = [ ];
};
- hardware.enableAllFirmware = true;
+ hardware.enableRedistributableFirmware = true;
hardware.cpu.amd.updateMicrocode = true;
zramSwap.enable = true;