elendel: Initialize new host

This commit is contained in:
Charlotte Van Petegem 2024-11-10 14:05:05 +01:00
parent 4dd8568fd2
commit 1caf599f73
No known key found for this signature in database
GPG key ID: 019E764B7184435A
73 changed files with 334 additions and 175 deletions

View file

@ -2,6 +2,11 @@
let
data = {
elendel = {
pubkey = "XqDE9FuVWnQOANsyDkbZMPzJ10MoAKkwewmP/kujlGY=";
privkeyFile = config.age.secrets."files/wireguard/elendel.privkey".path;
ip = "10.240.0.7";
};
fairphone = {
pubkey = "mHAq+2AP1EZdlSZIxA8UCret8EStrR3nEIU2x6NVETE=";
ip = "10.240.0.4";