diff --git a/nixos/hosts/shadowfax/default.nix b/nixos/hosts/shadowfax/default.nix index df15565..6b41b33 100644 --- a/nixos/hosts/shadowfax/default.nix +++ b/nixos/hosts/shadowfax/default.nix @@ -135,6 +135,12 @@ in settings = import ./config/soft-serve.nix { }; }; + # Tailscale + tailscale = { + enable = true; + openFirewall = true; + }; + # VSCode Compatibility Settings vscode-server.enable = true; diff --git a/nixos/hosts/telperion/default.nix b/nixos/hosts/telperion/default.nix index 631d176..899e60d 100644 --- a/nixos/hosts/telperion/default.nix +++ b/nixos/hosts/telperion/default.nix @@ -76,6 +76,12 @@ }; }; + # Tailscale + services.tailscale = { + enable = true; + openFirewall = true; + }; + # System settings and services. mySystem = { purpose = "Production";