diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-03 19:25:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-03 19:25:28 +0100 |
commit | ea8185d7e665bc47c468a4dc6ea9558e6b32693d (patch) | |
tree | 06b57b41daaed3aa26a6df847c62be074549fa50 /cluster/staging/node | |
parent | 40d5665ffe16841dd448c5a93c7dfe84cc21d8ca (diff) | |
download | nixcfg-ea8185d7e665bc47c468a4dc6ea9558e6b32693d.tar.gz nixcfg-ea8185d7e665bc47c468a4dc6ea9558e6b32693d.zip |
Reinstall caribou
Diffstat (limited to 'cluster/staging/node')
-rw-r--r-- | cluster/staging/node/caribou.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index caa55fa..65168a9 100644 --- a/cluster/staging/node/caribou.nix +++ b/cluster/staging/node/caribou.nix @@ -3,11 +3,6 @@ { config, pkgs, ... }: { - imports = - [ - ./remote-unlock.nix - ]; - # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.timeout = 20; |