1
0
mirror of http://code.capytal.cc/dot013/spacestation.git synced 2026-06-09 07:40:23 -03:00
Files
spacestation/services/tailscale.nix

11 lines
162 B
Nix

{...}: {
imports = [
../modules/tailscale.nix
];
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
exitNode = true;
};
}