{ config, lib, pkgs, ... }: {
  module.cluster.services.tinc = {
    "private" = {
      enable = true;
      openPort = true;
    };
  };

}