summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/nixos/tailscale.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/nixos/tailscale.nix b/modules/nixos/tailscale.nix
index 5432259..9778c6a 100644
--- a/modules/nixos/tailscale.nix
+++ b/modules/nixos/tailscale.nix
@@ -1,5 +1,11 @@
{ config, pkgs, ... }: {
- services.tailscale.enable = true;
+ services.tailscale = {
+ enable = true;
+ extraUpFlags = [
+ "--login-server https://bosco.myrmexia.xyz"
+ "--operator defin"
+ ];
+ };
networking.firewall = {
checkReversePath = "loose";
trustedInterfaces = [ "taiolscale0" ];