nix/hosts/zaphod/services/tailscale.nix
2022-07-15 22:05:23 -04:00

5 lines
53 B
Nix

{
services.tailscale = {
enable = true;
};
}