diff options
| author | schererleander <leander@schererleander.de> | 2025-09-17 22:04:31 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-09-17 22:04:31 +0200 |
| commit | ad9b6aa76dac2505fd72db473eac898e6bd4ecfc (patch) | |
| tree | 6e383c8ca2d88feca4861813107a7e8d92d30292 /hosts | |
| parent | 5cf7622b97bc3b5991d15eee5832bf8875dea765 (diff) | |
feat: set luks device
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/adam/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
