fix: Restore backup SSH keys and enable backup user on hosts

This commit is contained in:
Tibo De Peuter 2026-08-30 18:16:34 +02:00
parent 58f2ea9b74
commit 9a4d3e6b30
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
3 changed files with 19 additions and 12 deletions

View file

@ -13,8 +13,7 @@ in {
"docker" # Allow access to the docker socket.
];
openssh.authorizedKeys.keys = [
# Hugo
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICms6vjhE9kOlqV5GBPGInwUHAfCSVHLI2Gtzee0VXPh"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB3s+m+u3GdPP0CCNQKYJxROATuSa9QeeQ8Ij4Iw1EoR root@Hugo"
];
};
};