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

6 lines
88 B
Nix

{ config, ... }:
{
tinc.private.enable = true;
tinc.private.ipv4 = "10.23.42.25";
}