From 4b5149904d5a43cbfe6a587c61cc97fe1d7a8b87 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 11 Jun 2026 16:15:34 +0200 Subject: chore(adam): fix hardware drive configurations --- modules/hosts/adam/configuration.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/hosts/adam/configuration.nix') diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix index e82f885..8e134f2 100644 --- a/modules/hosts/adam/configuration.nix +++ b/modules/hosts/adam/configuration.nix @@ -9,8 +9,6 @@ kernelPackages = pkgs.linuxPackages_latest; kernelParams = [ "amd_pstate=active" ]; kernelModules = [ "amdgpu" ]; - initrd.luks.devices."luks-803851e9-7fa8-4367-a927-0bb76d0fe830".device = - "/dev/disk/by-uuid/803851e9-7fa8-4367-a927-0bb76d0fe830"; loader = { timeout = 0; systemd-boot.enable = true; -- cgit v1.3.1