diff options
| author | seth <[email protected]> | 2023-04-26 01:07:30 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-26 01:07:30 -0400 |
| commit | 604f9495b8191644f2334e9b2cf28407bab6d428 (patch) | |
| tree | 1ac6e6a5863ed021df8faf90eb59e9290165bc26 | |
| parent | 39ba54c82d46519fdcaac9513efcd18fca1c07a7 (diff) | |
atlas: shrink swap
| -rw-r--r-- | hosts/atlas/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 9763d70..681065b 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -25,7 +25,7 @@ swapDevices = [ { device = "/swapfile"; - size = 16384; + size = 4096; } ]; |
