mirror of
http://code.capytal.cc/dot013/spacestation.git
synced 2026-06-08 23:30:23 -03:00
11 lines
162 B
Nix
11 lines
162 B
Nix
{...}: {
|
|
imports = [
|
|
../modules/tailscale.nix
|
|
];
|
|
services.tailscale = {
|
|
enable = true;
|
|
useRoutingFeatures = "both";
|
|
exitNode = true;
|
|
};
|
|
}
|