diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-26 00:00:10 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-26 00:00:10 +0100 |
commit | 0940e0bdfc191aff87cbc94490812190d4b7cf58 (patch) | |
tree | 8785d78be7a38db41c1e8a81ff46e98bcc1901b3 /cluster | |
parent | d7ff8bfa2efe4504497a352ee60331a50ec62743 (diff) | |
download | nixcfg-0940e0bdfc191aff87cbc94490812190d4b7cf58.tar.gz nixcfg-0940e0bdfc191aff87cbc94490812190d4b7cf58.zip |
Reinstall cariacou with encryption
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/node/cariacou.nix | 5 |
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; |