From c021f4dc3d43fd50ea9496877e76bb32a304fd3a Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Mon, 20 Jan 2025 20:32:37 +0000 Subject: [PATCH] elucredassa: enable swap --- hosts/elucredassa/filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/elucredassa/filesystems.nix b/hosts/elucredassa/filesystems.nix index 12512ba..40de941 100644 --- a/hosts/elucredassa/filesystems.nix +++ b/hosts/elucredassa/filesystems.nix @@ -17,7 +17,7 @@ }; }; - swapDevices = [ ]; # TODO: add + swapDevices = [{ device = "/dev/disk/by-uuid/c7c48325-e90d-414d-b579-84cb45616ee9"; }]; boot.supportedFilesystems = [ "ntfs" ]; # for USB drives }