From 9a99c8a29ebb56711a80c62c1298d92e2e13fa8d Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Mon, 16 Dec 2024 00:12:28 +0100 Subject: [PATCH] chore(compute01): Update swap device --- machines/nixos/compute01/_hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/nixos/compute01/_hardware-configuration.nix b/machines/nixos/compute01/_hardware-configuration.nix index c433754..7eca0d9 100644 --- a/machines/nixos/compute01/_hardware-configuration.nix +++ b/machines/nixos/compute01/_hardware-configuration.nix @@ -29,5 +29,5 @@ fsType = "vfat"; }; - swapDevices = [ { device = "/dev/disk/by-uuid/30547280-00e9-4ee1-8a07-d116590d9fbf"; } ]; + swapDevices = [ { device = "/dev/disk/by-uuid/edbb5acc-84fc-4a2f-9f1b-086eb137d6dc"; } ]; }