Files
nix-config/system/services/tailscale/default.nix

8 lines
69 B
Nix

{
config,
pkgs,
...
}: {
services.tailscale.enable = true;
}