From 60bed24287e7ff2e6b436b19224e535b5a889c04 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 9 Jan 2026 13:41:54 -0800 Subject: c-pc: enable swap partition --- systems/x86_64-linux/c-pc/hardware.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/x86_64-linux/c-pc/hardware.nix b/systems/x86_64-linux/c-pc/hardware.nix index 7425abb..d00d962 100644 --- a/systems/x86_64-linux/c-pc/hardware.nix +++ b/systems/x86_64-linux/c-pc/hardware.nix @@ -51,7 +51,9 @@ "/mnt/4tb" = { fsType = "ext4"; device = "/dev/disk/by-label/4tb"; }; }; - swapDevices = [ ]; + swapDevices = [ + { device = "/dev/disk/by-label/swap"; } + ]; hardware.enableRedistributableFirmware = true; hardware.cpu.amd.updateMicrocode = true; -- cgit v1.2.3