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

8 lines
89 B
Nix

{ config, ... }:
{
tinc.secret.enable = true;
tinc.secret.ipv4 = "10.123.42.25";
}