diff options
| author | seth <[email protected]> | 2023-04-27 00:16:03 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-27 00:16:03 -0400 |
| commit | 6531f1f3fad8847b28ba0d689e07b326fa9b963f (patch) | |
| tree | b79ad07b1d740ca2f954ef02656160e0fb050788 | |
| parent | b77c60e6d86608b264dda04204eaf6000f121049 (diff) | |
atlas: disable swapfile
| -rw-r--r-- | hosts/atlas/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index ab72dee..a6201fe 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -41,13 +41,6 @@ hercules-ci-agent.enable = true; }; - swapDevices = [ - { - device = "/swapfile"; - size = 4096; - } - ]; - system.stateVersion = "22.11"; users.users = let |
