aboutsummaryrefslogtreecommitdiff
path: root/hosts/adam/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-09-17 22:04:31 +0200
committerschererleander <leander@schererleander.de>2025-09-17 22:04:31 +0200
commitad9b6aa76dac2505fd72db473eac898e6bd4ecfc (patch)
tree6e383c8ca2d88feca4861813107a7e8d92d30292 /hosts/adam/configuration.nix
parent5cf7622b97bc3b5991d15eee5832bf8875dea765 (diff)
feat: set luks device
Diffstat (limited to 'hosts/adam/configuration.nix')
-rw-r--r--hosts/adam/configuration.nix2
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;