Files
dotfiles/darwin/kuro/services/tailscale.nix
uttarayan21 0d14b6bffc
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat: Use default tailscale
2026-01-07 11:42:36 +05:30

7 lines
110 B
Nix

{stablePkgs, ...}: {
services.tailscale = {
enable = true;
# package = stablePkgs.tailscale;
};
}