From fa56aefe3944ab484d1da82f42e9cdb5352541c7 Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 12 Nov 2017 16:03:05 +0000 Subject: machines/titan: Fix massive brainfart And here I've been sitting, wondering what the hell was wrong and why it would wait ages to access a partition that doesn't (as it turns out) exist. Duh. --- machines/devhell/titan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix index b3efa365..28514cd0 100644 --- a/machines/devhell/titan.nix +++ b/machines/devhell/titan.nix @@ -47,7 +47,7 @@ }; swapDevices = [ - { device = "/dev/disk/by-uuid/ff7255995-b9a1-453f-9e6d-ba9bd6579db6"; } + { device = "/dev/disk/by-uuid/ff725995-b9a1-453f-9e6d-ba9bd6579db6"; } ]; # FIXME Check if this is still necessary in the future -- cgit 1.4.1