From b27c44fb978ea3fa89bbcb62bd7e3f2d0db2ed27 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 26 Jul 2025 10:17:55 -0600 Subject: [PATCH] removing ssd from workstation --- hosts/workstation/hardware-configuration.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hosts/workstation/hardware-configuration.nix b/hosts/workstation/hardware-configuration.nix index f4d7632..b0b8155 100644 --- a/hosts/workstation/hardware-configuration.nix +++ b/hosts/workstation/hardware-configuration.nix @@ -85,11 +85,6 @@ keyFile = "/keyfile"; preLVM = true; }; - luks.devices.hd = { - device = "/dev/disk/by-uuid/59ac5e2e-cf50-4a23-94c8-d9f2fa13c805"; - keyFile = "/keyfile"; - preLVM = true; - }; }; }; fileSystems = @@ -114,7 +109,8 @@ "space_cache=v2" "commit=120" "datacow" - ] ++ (if subvol == "nixos" then [ "noatime" ] else [ ]); + ] + ++ (if subvol == "nixos" then [ "noatime" ] else [ ]); }; in {