From 319356fe45bf2d47ee229e9b9d7c2c19d9a97d9b Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 10 Mar 2025 19:49:27 -0600 Subject: [PATCH] expanded my HD --- hosts/workstation/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 =