aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/adam/hardware-configuration.nix
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-06-11 16:15:34 +0200
committerLeander Scherer <leander@schererleander.de>2026-06-11 16:15:34 +0200
commit4b5149904d5a43cbfe6a587c61cc97fe1d7a8b87 (patch)
treead87483e36fceab532631b79a5787184a83210e1 /modules/hosts/adam/hardware-configuration.nix
parent40f16d0f4605923e93830d8e8ae10167f7a5e430 (diff)
chore(adam): fix hardware drive configurations
Diffstat (limited to 'modules/hosts/adam/hardware-configuration.nix')
-rw-r--r--modules/hosts/adam/hardware-configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/hosts/adam/hardware-configuration.nix b/modules/hosts/adam/hardware-configuration.nix
index 4793291..04b7346 100644
--- a/modules/hosts/adam/hardware-configuration.nix
+++ b/modules/hosts/adam/hardware-configuration.nix
@@ -36,6 +36,9 @@
];
};
+ boot.initrd.luks.devices."luks-c8c2ebcd-5e0d-4523-8cf6-b7fdf67c14a4".device =
+ "/dev/disk/by-uuid/c8c2ebcd-5e0d-4523-8cf6-b7fdf67c14a4";
+
swapDevices = [
{ device = "/dev/mapper/luks-c8c2ebcd-5e0d-4523-8cf6-b7fdf67c14a4"; }
];