flake: Decomission lasting-integrity and urithiru
Some checks failed
Some checks failed
This commit is contained in:
parent
8a82db6a76
commit
1cd6ebd88c
10 changed files with 1 additions and 282 deletions
|
@ -9,7 +9,7 @@ in
|
|||
# networking.wg-quick.interfaces."wg0" = {
|
||||
# address = [ "${data.${config.networking.hostName}.ip}/32" ];
|
||||
# autostart = true;
|
||||
# dns = [ data.lasting-integrity.ip ];
|
||||
# dns = [ data.marabethia.ip ];
|
||||
# mtu = 1342;
|
||||
# peers = [
|
||||
# {
|
||||
|
|
|
@ -16,11 +16,6 @@ let
|
|||
privkeyFile = config.age.secrets."files/wireguard/kholinar.privkey".path;
|
||||
ip = "10.240.0.3";
|
||||
};
|
||||
lasting-integrity = {
|
||||
pubkey = "mid3XfCY2jaNK0J6C9ltFLAbxL0IApwMw9K1Z+PU8C0=";
|
||||
privkeyFile = config.age.secrets."files/wireguard/lasting-integrity.privkey".path;
|
||||
ip = "10.240.0.6";
|
||||
};
|
||||
marabethia = {
|
||||
pubkey = "h451oXBTzim1POLmnJC1OtFzbIXyxg6d5qpFFdHLbRs=";
|
||||
privkeyFile = config.age.secrets."files/wireguard/marabethia.privkey".path;
|
||||
|
@ -31,11 +26,6 @@ let
|
|||
privkeyFile = config.age.secrets."files/wireguard/thaylen-city.privkey".path;
|
||||
ip = "10.240.0.5";
|
||||
};
|
||||
urithiru = {
|
||||
pubkey = "f4bnm/qNhMW5iXdQcBMmP8IUN6n+pDS15Ikct7QPr0E=";
|
||||
privkeyFile = config.age.secrets."files/wireguard/urithiru.privkey".path;
|
||||
ip = "10.240.0.2";
|
||||
};
|
||||
};
|
||||
subnet = "10.240.0.0/24";
|
||||
pskFile = config.age.secrets."files/wireguard/psk".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue