From ad9b6aa76dac2505fd72db473eac898e6bd4ecfc Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 17 Sep 2025 22:04:31 +0200 Subject: feat: set luks device --- hosts/adam/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index 5e29cfc..59813fb 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -8,6 +8,8 @@ ./wooting.nix ]; + boot.initrd.luks.devices."luks-0689cc49-e7d8-4eaa-ac8e-d4fd711217ac".device = "/dev/disk/by-uuid/0689cc49-e7d8-4eaa-ac8e-d4fd711217ac"; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; -- cgit v1.3.1