From 49564713b65002e9bf98fc34eeaa07d54155192c Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 7 Mar 2023 00:06:57 +0100 Subject: [PATCH] server7: add server7_ssd0 luks --- hosts/server7/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/server7/hardware-configuration.nix b/hosts/server7/hardware-configuration.nix index 3e3a365b..7939ad3b 100644 --- a/hosts/server7/hardware-configuration.nix +++ b/hosts/server7/hardware-configuration.nix @@ -18,6 +18,10 @@ device = "/dev/disk/by-uuid/ea5b5339-be79-4237-9383-4649e336fae6"; preLVM = true; }; + boot.initrd.luks.devices.server7_ssd0 = { + device = "/dev/disk/by-uuid/7a6035c1-9ab7-416e-b94a-bedc0f1af72b"; + preLVM = true; + }; fileSystems."/" = { device = "server7-nvme/nixos";