mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
5 lines
60 B
Nix
5 lines
60 B
Nix
{...}: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
};
|
|
}
|