diff options
| author | adikro <adikro@disroot.org> | 2025-12-18 21:04:00 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-18 21:04:00 +0100 |
| commit | e60410393cea222b16743a1a87f29c06b9b3543b (patch) | |
| tree | 8a574048613f6b13024795bd710b824b40f5db18 /modules/memory.nix | |
| parent | ea3bf9c87ee72d6da5ea2316b229082c7fc9cdf6 (diff) | |
rewrite of system modules, hm modules are next
Diffstat (limited to 'modules/memory.nix')
| -rw-r--r-- | modules/memory.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/memory.nix b/modules/memory.nix deleted file mode 100644 index 9a7f0cf..0000000 --- a/modules/memory.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ config, pkgs, ... }: - -{ - zramSwap = { - enable = true; - memoryPercent = 25; - algorithm = "zstd"; - }; - - swapDevices = [ - { - device = "/swap"; - size = 32 * 1024; - } - ]; -} |
