about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-11-12 16:03:05 +0000
committerdevhell <devhell@mailfresser.de>2017-11-12 16:03:05 +0000
commitfa56aefe3944ab484d1da82f42e9cdb5352541c7 (patch)
tree89231f5a19bc003dbb47c40bc28d68c4ba08053e /machines
parent66c0ccd7aa117a5c2fe221fd81b82cdfd72d1666 (diff)
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.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/titan.nix2
1 files changed, 1 insertions, 1 deletions
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