From dd33501382dba585ffeee4887b92312831492a71 Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Thu, 29 May 2025 22:07:20 +0100 Subject: [PATCH] fix: somehow my swap partition on the X1 got sad --- system/machine/X1/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/machine/X1/hardware-configuration.nix b/system/machine/X1/hardware-configuration.nix index e713bf6..888cd4a 100644 --- a/system/machine/X1/hardware-configuration.nix +++ b/system/machine/X1/hardware-configuration.nix @@ -25,7 +25,7 @@ }; swapDevices = - [ { device = "/dev/disk/by-uuid/79426a6d-06fa-482b-8a7e-f7e5946fc7f5"; } + [ { device = "/dev/disk/by-uuid/e553c8dc-9d5a-48ec-87bc-9c86ce5932a4"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking