diff options
author | Soispha <soispha@vhack.eu> | 2023-07-11 12:51:50 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-11 12:51:50 +0200 |
commit | ae162ed3529df04d382648b57739aa0826588b8f (patch) | |
tree | 94888256dd43ea9568be62e49efc15b045657a5d /hosts | |
parent | Fix(hosts/tiamat): Update to new disk (diff) | |
download | nixos-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.nix | 2 |
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"; }; }; |