summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-27 00:16:03 -0400
committerseth <[email protected]>2023-04-27 00:16:03 -0400
commit6531f1f3fad8847b28ba0d689e07b326fa9b963f (patch)
treeb79ad07b1d740ca2f954ef02656160e0fb050788 /hosts
parentb77c60e6d86608b264dda04204eaf6000f121049 (diff)
atlas: disable swapfile
Diffstat (limited to 'hosts')
-rw-r--r--hosts/atlas/default.nix7
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