diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-11 14:28:10 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-11 14:28:10 +0100 |
commit | 8fe481c0858702231335ad6c5eb850b293781b61 (patch) | |
tree | 35b970ef75a72e14eb941f0843bce5d284e6495a /configuration/core/tailscale.nix | |
parent | 1a088c385a74badd9f60dd90db43bf50540d4526 (diff) |
tailscale
Diffstat (limited to 'configuration/core/tailscale.nix')
-rw-r--r-- | configuration/core/tailscale.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configuration/core/tailscale.nix b/configuration/core/tailscale.nix new file mode 100644 index 0000000..0d7c456 --- /dev/null +++ b/configuration/core/tailscale.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + services.tailscale = { + enable = true; + }; +} |