aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/node
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-26 00:00:10 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-26 00:00:10 +0100
commit0940e0bdfc191aff87cbc94490812190d4b7cf58 (patch)
tree8785d78be7a38db41c1e8a81ff46e98bcc1901b3 /cluster/staging/node
parentd7ff8bfa2efe4504497a352ee60331a50ec62743 (diff)
downloadnixcfg-0940e0bdfc191aff87cbc94490812190d4b7cf58.tar.gz
nixcfg-0940e0bdfc191aff87cbc94490812190d4b7cf58.zip
Reinstall cariacou with encryption
Diffstat (limited to 'cluster/staging/node')
-rw-r--r--cluster/staging/node/cariacou.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/cluster/staging/node/cariacou.nix b/cluster/staging/node/cariacou.nix
index 430996c..5f57fbd 100644
--- a/cluster/staging/node/cariacou.nix
+++ b/cluster/staging/node/cariacou.nix
@@ -3,6 +3,11 @@
{ config, pkgs, ... }:
{
+ imports =
+ [
+ ./remote-unlock.nix
+ ];
+
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.timeout = 20;