diff options
author | makefu <github@syntax-fehler.de> | 2019-06-17 07:56:22 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-06-17 07:56:22 +0200 |
commit | 2a5743d3fafa825822755b994ea3a373e38ad569 (patch) | |
tree | 770a92fac716734350597d8f01520db08b427564 /makefu/1systems | |
parent | dbd3278f49c36acdbd73afedaa6ef9d6e7485fd2 (diff) |
ma filepimp.r: remove obsolete zramSwap numDevices
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/filepimp/config.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/1systems/filepimp/config.nix b/makefu/1systems/filepimp/config.nix index 30ba61a9b..e023c2885 100644 --- a/makefu/1systems/filepimp/config.nix +++ b/makefu/1systems/filepimp/config.nix @@ -48,7 +48,6 @@ in { hardware.cpu.amd.updateMicrocode = true; zramSwap.enable = true; - zramSwap.numDevices = 2; makefu.snapraid = let toMedia = name: "/media/" + name; |