summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/shinji/hardware.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix
index a2953be..8e1b339 100644
--- a/hosts/shinji/hardware.nix
+++ b/hosts/shinji/hardware.nix
@@ -40,6 +40,7 @@
# luks device
boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/ad489bfa-4280-44ea-8ad2-60347b516d60";
+ boot.initrd.luks.devices."swap".device = "/dev/disk/by-uuid/550e638d-eade-4d2f-aa39-c38774c91af3";
# root
fileSystems."/" = {
@@ -56,6 +57,6 @@
# swap
swapDevices = [
- {device = "/dev/disk/by-uuid/57caa02d-8569-43e3-8bf9-09dd6f02b191";}
+ {device = "/dev/disk/by-uuid/8a7ce615-f5c0-4b0c-a9a5-bddf2d6c2ab0";}
];
}