summaryrefslogtreecommitdiffstats
path: root/lass/1systems/hilum/disk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/1systems/hilum/disk.nix')
-rw-r--r--lass/1systems/hilum/disk.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/1systems/hilum/disk.nix b/lass/1systems/hilum/disk.nix
index 4a7253ba..92640164 100644
--- a/lass/1systems/hilum/disk.nix
+++ b/lass/1systems/hilum/disk.nix
@@ -1,4 +1,4 @@
-{ lib, disk, ... }:
+{ lib, disk, keyFile, ... }:
{
disk = {
main = {
@@ -37,7 +37,7 @@
content = {
type = "luks";
name = "hilum_luks";
- # keyFile = "/tmp/secret.key";
+ keyFile = keyFile;
content = {
type = "filesystem";
format = "xfs";