From b4cf76d44444bd6a2ff2ed7be9ec57caccd940df Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 22 Jan 2025 12:55:52 -0500 Subject: [PATCH] Remove swap --- machines/hephaestus/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 57395d6..b39ca7b 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -158,12 +158,6 @@ in }; }; - swapDevices = [ - { - device = "/dev/vg/swap"; - } - ]; - nixpkgs = { hostPlatform = "x86_64-linux"; config = {