tailscale: --operator=motiejus
This commit is contained in:
parent
8d0031e691
commit
de046eb053
|
@ -18,7 +18,10 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable (mkMerge [
|
config = mkIf cfg.enable (mkMerge [
|
||||||
{
|
{
|
||||||
services.tailscale.enable = true;
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
extraUpFlags = ["--operator=${config.mj.username}"];
|
||||||
|
};
|
||||||
networking.firewall.checkReversePath = "loose";
|
networking.firewall.checkReversePath = "loose";
|
||||||
networking.firewall.allowedUDPPorts = [myData.ports.tailscale];
|
networking.firewall.allowedUDPPorts = [myData.ports.tailscale];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue