1
0

hosts/dn42-il-gw1: migrate peering secrets to age

This commit is contained in:
2023-05-02 19:52:02 +02:00
parent dcf8bc4035
commit a34a637f48
8 changed files with 68 additions and 7 deletions

View File

@@ -48,7 +48,7 @@
publicKey = "ObF+xGC6DdddJer0IUw6nzC0RqzeKWwEiQU0ieowzhg=";
}
];
privateKeyFile = "/var/src/secrets/wireguard/wg0197";
privateKeyFile = config.age.secrets.wg0197.path;
};
# e1mo
wg0565 = {
@@ -69,7 +69,7 @@
publicKey = "qYaDuYYVpuFqy7KyC5PmJavqs0a7GtyuES8VwugdPSQ=";
}
];
privateKeyFile = "/var/src/secrets/wireguard/wg0565";
privateKeyFile = config.age.secrets.wg0565.path;
};
# fooker
wg1271 = {
@@ -90,7 +90,7 @@
publicKey = "xxPjHWVzePinOOMnuhwGAI3PKY9pvpifIvIbPu3IwQw=";
}
];
privateKeyFile = "/var/src/secrets/wireguard/wg1271";
privateKeyFile = config.age.secrets.wg1271.path;
};
wg1272 = {
ips = [
@@ -110,7 +110,7 @@
publicKey = "Iae2R4B7VVsloKWK8T1j1vLMuxpP4dVDUdzEg/YpAjE=";
}
];
privateKeyFile = "/var/src/secrets/wireguard/wg1272";
privateKeyFile = config.age.secrets.wg1272.path;
};
# margau
wg1280 = {
@@ -127,7 +127,7 @@
publicKey = "CEge9jdHQArzdniUiWyB3IUZOjGiew3gPmz/MOf4ahU=";
}
];
privateKeyFile = "/var/src/secrets/wireguard/wg1280";
privateKeyFile = config.age.secrets.wg1280.path;
};
# perflyst
wg1302 = {
@@ -148,7 +148,7 @@
publicKey = "TSPvvpMY8dCFk6gd58aYtkibtqUn8EzIF6dXP52b3y8=";
}
];
privateKeyFile = "/var/src/secrets/wireguard/wg1302";
privateKeyFile = config.age.secrets.wg1302.path;
};
# lutoma
wg4719 = {
@@ -168,7 +168,7 @@
publicKey = "MkVyCgIq0BOStFIu2/Wl91ofFuRvnG3ZqTWFfVs/VlQ=";
}
];
privateKeyFile = "/var/src/secrets/wireguard/wg4719";
privateKeyFile = config.age.secrets.wg4719.path;
};
};