From fbe607ebe926dc063370d0740542362eb080a49f Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 8 Mar 2026 23:41:14 +0100 Subject: cwel --- hosts/thinkpad/configuration.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'hosts/thinkpad/configuration.nix') diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index f9d3f6c..5dd5b8f 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -14,7 +14,7 @@ ../../os/default.nix ]; - hardware.facter.reportPath = /etc/nixos/hosts/thinkpad/facter.json; + hardware.facter.reportPath = ./facter.json; os = { core = { @@ -84,16 +84,6 @@ }; boot = { kernelParams = [ "iomem=relaxed" ]; - initrd = { - secrets = { - "/etc/cryptsetup-keys.d/root.key" = "/etc/cryptsetup-keys.d/root.key"; - }; - luks.devices."crypted" = { - device = "/dev/nvme0n1p2"; - keyFile = "/etc/cryptsetup-keys.d/root.key"; - allowDiscards = true; - }; - }; }; services.thinkfan.enable = true; } -- cgit v1.3