From 5c0f9b0e3e781d60d8f96aa2acb6ccbd76d9a1dd Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 26 Apr 2023 19:16:06 +0000 Subject: [PATCH] ZeNixComputa: Fixup swap uuid --- hostconfig/ZeNixComputa/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/ZeNixComputa/hardware-configuration.nix b/hostconfig/ZeNixComputa/hardware-configuration.nix index e5317ad..1eb81c8 100644 --- a/hostconfig/ZeNixComputa/hardware-configuration.nix +++ b/hostconfig/ZeNixComputa/hardware-configuration.nix @@ -38,6 +38,6 @@ # }; swapDevices = [ - {device = "/dev/disk/by-uuid/3d5336f6-63c8-47ef-9led-8e605e4fb875";} + {device = "/dev/disk/by-uuid/3d5336f6-63c8-47ef-91ed-8e605e4fb875";} ]; }