diff --git a/hosts/workstation/hardware-configuration.nix b/hosts/workstation/hardware-configuration.nix index 3265b47..ac5efa0 100644 --- a/hosts/workstation/hardware-configuration.nix +++ b/hosts/workstation/hardware-configuration.nix @@ -78,6 +78,11 @@ keyFile = "/keyfile"; preLVM = true; }; + luks.devices.hd = { + device = "/dev/disk/by-uuid/59ac5e2e-cf50-4a23-94c8-d9f2fa13c805"; + keyFile = "/keyfile"; + preLVM = true; + }; }; }; fileSystems =