From 33446d2148d64a65b1ea286adf5636be121ecd66 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 25 Feb 2022 19:11:25 +0100 Subject: Carcajou is encrypted --- cluster/staging/node/carcajou.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cluster') 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; -- cgit v1.2.3