nixos-config/nixos/machines/cherry/tinc.nix

11 lines
157 B
Nix
Raw Normal View History

2023-12-17 13:06:57 +01:00
{ config, ... }:
{
tinc.private.enable = true;
2023-12-17 16:17:28 +01:00
tinc.private.ipv4 = "10.23.42.29";
2023-12-17 13:06:57 +01:00
tinc.secret.enable = true;
2023-12-17 16:17:28 +01:00
tinc.secret.ipv4 = "10.123.42.29";
2023-12-17 13:06:57 +01:00
}