index
:
nixos
main
My NixOS Configurations
jras
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
core
/
tailscale.nix
blob: f4d2538dc1d25032aa83948204b5ab951bf8abee (
plain
)
1
2
3
4
5
6
{ lib, ... }: { services.tailscale = { enable = lib.mkDefault true; }; }