From 15f4643b79897f1212787e528ec8958a4dc3a0d4 Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 26 Apr 2023 18:35:34 +0200 Subject: [PATCH] ZeNixComputa: Set 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 07f4463..e5317ad 100644 --- a/hostconfig/ZeNixComputa/hardware-configuration.nix +++ b/hostconfig/ZeNixComputa/hardware-configuration.nix @@ -38,6 +38,6 @@ # }; swapDevices = [ - {device = "/dev/disk/by-uuid/91c2f707-02a2-4b0b-a683-42d70751e5b9";} + {device = "/dev/disk/by-uuid/3d5336f6-63c8-47ef-9led-8e605e4fb875";} ]; }