From 6531f1f3fad8847b28ba0d689e07b326fa9b963f Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 27 Apr 2023 00:16:03 -0400 Subject: atlas: disable swapfile --- hosts/atlas/default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'hosts') 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 -- cgit v1.2.3