index
:
stvnliu/nixos-configuration.git
chore-cleanup
feature-commons
feature-email-msmtp
feature-home-manager
main
update-unstable
stvnliu NixOS setup
stvnliu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
services
/
tailscale.service.nix
blob: 0b7e27aa470643a08307add45a90756da567088a (
plain
)
1
2
3
4
5
6
7
{ ...
}: {
services
.
tailscale
= {
enable
=
true
;
useRoutingFeatures
=
"client"
;
};
}