From 883d007d845ba2e0049b21283276973c4f16af26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Thu, 25 Jan 2024 02:19:00 +0100 Subject: [PATCH] feat(home-pc): run tailscale with felschr as operator --- hosts/home-pc.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/home-pc.nix b/hosts/home-pc.nix index f73d4ae..d185894 100644 --- a/hosts/home-pc.nix +++ b/hosts/home-pc.nix @@ -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 = [ 24727 # AusweisApp2