aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-25 19:11:25 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-25 19:11:25 +0100
commit33446d2148d64a65b1ea286adf5636be121ecd66 (patch)
tree50753a67a9129bf728ad1d5de6f1db133f8a2b30 /cluster
parent6dc92812997e99e12ae5fcab3bda65f056a74edb (diff)
downloadnixcfg-33446d2148d64a65b1ea286adf5636be121ecd66.tar.gz
nixcfg-33446d2148d64a65b1ea286adf5636be121ecd66.zip
Carcajou is encrypted
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/node/carcajou.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/cluster/staging/node/carcajou.nix b/cluster/staging/node/carcajou.nix
index beff6a7..304f358 100644
--- a/cluster/staging/node/carcajou.nix
+++ b/cluster/staging/node/carcajou.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;