summaryrefslogtreecommitdiff
path: root/modules/usb/zram.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-06 08:03:32 -0800
committerFuwn <[email protected]>2024-11-06 08:03:32 -0800
commit00d3d26ee778013b1aa95a9f7fc645975fbb3169 (patch)
treec78eb1f5dc04399ef2b7c2a58ecc2e969f48688e /modules/usb/zram.nix
parentlock: tsutsumi (diff)
downloadnixos-config-00d3d26ee778013b1aa95a9f7fc645975fbb3169.tar.xz
nixos-config-00d3d26ee778013b1aa95a9f7fc645975fbb3169.zip
hosts: add hoka host and joint configuration
Diffstat (limited to 'modules/usb/zram.nix')
-rw-r--r--modules/usb/zram.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/usb/zram.nix b/modules/usb/zram.nix
deleted file mode 100644
index d9df0a9..0000000
--- a/modules/usb/zram.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- zramSwap = {
- enable = true;
- priority = 100;
- memoryMax = 268435456;
- algorithm = "lz4";
- memoryPercent = 50;
- };
-}