From 00d3d26ee778013b1aa95a9f7fc645975fbb3169 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 6 Nov 2024 08:03:32 -0800 Subject: hosts: add hoka host and joint configuration --- modules/usb/zram.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 modules/usb/zram.nix (limited to 'modules/usb/zram.nix') 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; - }; -} -- cgit v1.2.3