commit 769d20b429fb263b3ca5070e0f180091eef20256 parent a94a7f4ce3e32c0eaaf55059caf420359f25386d Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 9 Aug 2023 13:40:09 +0200 Fix uuid Diffstat:
| M | nixos/worker-1/hardware-configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/hardware-configuration.nix b/nixos/worker-1/hardware-configuration.nix @@ -21,7 +21,7 @@ options = [ "subvol=root" "compress=zstd" "noatime" ]; }; - boot.initrd.luks.devices."enc".device = "/dev/disk/by-uuid/7116e0c2-b7f5-4960-a283-b4a958213bcd"; + boot.initrd.luks.devices."enc".device = "/dev/disk/by-uuid/56da9aee-dc91-4736-ae22-781e46ccb25e"; fileSystems."/home" = {