os/shared/core/vpn.nix

10 lines
127 B
Nix
Raw Normal View History

{ ... }: {
services.tailscale = {
# TODO: configure declaratively
enable = true;
interfaceName = "ts0";
};
}