b75c2e9e0a
Update facts/secrets for service tinc_secret in machine cherry Update facts/secrets for service tinc_private in machine cherry Update facts/secrets for service zerotier in machine test Update facts/secrets for service wireguard in machine test Update facts/secrets for service tinc in machine test Update facts/secrets for service ssh in machine test Update facts/secrets for service openssh in machine test
10 lines
157 B
Nix
10 lines
157 B
Nix
{ config, ... }:
|
|
{
|
|
|
|
tinc.private.enable = true;
|
|
tinc.private.ipv4 = "10.23.42.29";
|
|
|
|
tinc.secret.enable = true;
|
|
tinc.secret.ipv4 = "10.123.42.29";
|
|
|
|
}
|