feat(home-pc): run tailscale with felschr as operator
This commit is contained in:
parent
e29a9da526
commit
883d007d84
|
@ -40,7 +40,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.extraUpFlags = [ "--advertise-routes=192.168.1.0/24" ];
|
services.tailscale.extraUpFlags =
|
||||||
|
[ "--operator=felschr" "--advertise-routes=192.168.1.0/24" ];
|
||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [
|
networking.firewall.allowedUDPPorts = [
|
||||||
24727 # AusweisApp2
|
24727 # AusweisApp2
|
||||||
|
|
Loading…
Reference in a new issue