about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-11 12:51:50 +0200
committerSoispha <soispha@vhack.eu>2023-07-11 12:51:50 +0200
commitae162ed3529df04d382648b57739aa0826588b8f (patch)
tree94888256dd43ea9568be62e49efc15b045657a5d /hosts
parentFix(hosts/tiamat): Update to new disk (diff)
downloadnixos-config-ae162ed3529df04d382648b57739aa0826588b8f.tar.gz
nixos-config-ae162ed3529df04d382648b57739aa0826588b8f.zip
Fix(hosts/tiamat): Update to new swapfile uuid
Diffstat (limited to 'hosts')
-rw-r--r--hosts/tiamat/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix
index 2133ca8a..dd0dd7d9 100644
--- a/hosts/tiamat/hardware/default.nix
+++ b/hosts/tiamat/hardware/default.nix
@@ -11,7 +11,7 @@
     disk = "/dev/disk/by-id/nvme-CT1000P5SSD8_21032C857568";
     ssd = true;
     swap = {
-      uuid = "4211a4ff-f2e9-41ed-83ca-712830fd0254";
+      uuid = "057b5041-6fee-4739-84a9-ade8f0f51519";
       resumeOffset = "533760";
     };
   };