From 4d651669bd614b151ef40b93115a207cba745938 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 27 Feb 2026 12:59:40 +1000 Subject: [PATCH] remove unnecessary SWAP --- hosts/myputer/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/myputer/hardware.nix b/hosts/myputer/hardware.nix index f8c72c3..ed6ef8a 100644 --- a/hosts/myputer/hardware.nix +++ b/hosts/myputer/hardware.nix @@ -29,7 +29,7 @@ }; swapDevices = [ - {device = "/dev/disk/by-uuid/7f7e9d69-78e0-49f1-b792-6be26ed8e040";} + # {device = "/dev/disk/by-uuid/7f7e9d69-78e0-49f1-b792-6be26ed8e040";} {device = "/dev/disk/by-uuid/32ecabb6-7bb9-4861-8a2a-13a99f1338d2";} ];