2023-01-31 15:28:24 +01:00
|
|
|
{ config, ... }:
|
2019-10-24 02:20:38 +02:00
|
|
|
{
|
2020-01-07 05:47:25 +01:00
|
|
|
|
2023-01-26 21:29:47 +01:00
|
|
|
tinc.private.enable = true;
|
|
|
|
tinc.private.ipv4 = "10.23.42.24";
|
2022-01-15 09:32:59 +01:00
|
|
|
|
2023-01-26 21:29:47 +01:00
|
|
|
tinc.secret.enable = true;
|
|
|
|
tinc.secret.ipv4 = "10.123.42.24";
|
2019-10-24 02:20:38 +02:00
|
|
|
|
2023-01-31 15:28:24 +01:00
|
|
|
# retiolum
|
|
|
|
networking.retiolum.port = 720;
|
|
|
|
sops.secrets.tinc_retiolum_ed25519_key = { };
|
|
|
|
services.tinc.networks.retiolum.ed25519PrivateKeyFile = config.sops.secrets.tinc_retiolum_ed25519_key.path;
|
|
|
|
|
2019-10-24 02:20:38 +02:00
|
|
|
}
|