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

7 lines
89 B
Nix

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