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

7 lines
73 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{
2023-01-26 21:29:47 +01:00
tinc.private.enable = true;
tinc.private.ipv4 = "10.23.42.26";
2021-10-13 20:55:57 +02:00
2019-10-24 02:20:38 +02:00
}