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 | |
parent | d7ff8bfa2efe4504497a352ee60331a50ec62743 (diff) | |
download | nixcfg-0940e0bdfc191aff87cbc94490812190d4b7cf58.tar.gz nixcfg-0940e0bdfc191aff87cbc94490812190d4b7cf58.zip |
Reinstall cariacou with encryption
-rw-r--r-- | app/garage-staging/deploy/garage.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/node/cariacou.nix | 5 | ||||
-rw-r--r-- | ssh_known_hosts | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/app/garage-staging/deploy/garage.hcl b/app/garage-staging/deploy/garage.hcl index 3b13e6a..cd8cd4b 100644 --- a/app/garage-staging/deploy/garage.hcl +++ b/app/garage-staging/deploy/garage.hcl @@ -28,7 +28,7 @@ job "garage-staging" { driver = "docker" config { - image = "dxflrs/amd64_garage:5afab390d80c57a275a52752c10a0a3c29a3b233" + image = "dxflrs/amd64_garage:beed72f128f5f1c6fb14ccfe2a31f1eb0946bb4c" command = "/garage" args = [ "server" ] network_mode = "host" 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; diff --git a/ssh_known_hosts b/ssh_known_hosts index b3b517c..7e224a3 100644 --- a/ssh_known_hosts +++ b/ssh_known_hosts @@ -1,9 +1,8 @@ -10.42.0.21 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILYIRbHPU1w1xWRpm2+u3QsXOKfMjv1EXrpYbHT+epds 10.42.0.2 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIORTjNdFaDbhto8kuMPB3hYkfnzdnceZVIELApUe5PPL 10.42.1.33 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOuY1CvhxBP9BtKkTlmOUu6Hhy8OQTB3R8OCFXbHA/RA 10.42.1.31 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL3N0QOFNGkCpVLuOHFdpnBaxIFH925KpdIHV/3F9+BR 10.42.1.32 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPCXJeo6yeQeTN7D7OZwLd8zbyU1jWywlhQ29yyk7x+G 10.42.2.2 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIORTjNdFaDbhto8kuMPB3hYkfnzdnceZVIELApUe5PPL -10.42.2.21 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILYIRbHPU1w1xWRpm2+u3QsXOKfMjv1EXrpYbHT+epds +10.42.2.21 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPXTUrXRFhudJBESCqjHCOttzqYPyIzpPOMkI8+SwLRx 10.42.2.22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMf/ioVSSb19Slu+HZLgKt4f1/XsL+K9uMxazSWb/+nQ 10.42.2.23 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDsYD1gNmGyb6c9wjGR6tC69fHP6+FpPHTBT6laPTHeD |