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";} ]; }