From 7cc43b2afa1a394beaeb7c2fb3164ed7b475153e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 30 Dec 2025 18:44:54 -0500 Subject: shinji: encrypted swap --- hosts/shinji/hardware.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') 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";} ]; } -- cgit v1.2.3-freya