mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
5 lines
62 B
Nix
5 lines
62 B
Nix
{config, pkgs, ...}:
|
|
{
|
|
services.tailscale.enable = true;
|
|
}
|
|
|