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

11 lines
159 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
2024-05-31 21:02:22 +02:00
#tinc.secret.enable = true;
#tinc.secret.ipv4 = "10.123.42.29";
2023-12-17 13:06:57 +01:00
}