machines-config/hosts/tailscale-proxy/default.nix

12 lines
142 B
Nix
Raw Permalink Normal View History

2024-12-19 00:02:50 +01:00
{ ... }:
{
kropcloud = {
services = {
tailscale = {
enable = true;
asRouter.enable = true;
};
};
};
}