From 0940e0bdfc191aff87cbc94490812190d4b7cf58 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 26 Feb 2022 00:00:10 +0100 Subject: Reinstall cariacou with encryption --- cluster/staging/node/cariacou.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cluster') 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; -- cgit v1.2.3