about summary refs log tree commit diff
path: root/nixos/haruka/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/haruka/configuration.nix')
-rw-r--r--nixos/haruka/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix
index 1d2bdf3..c4730b6 100644
--- a/nixos/haruka/configuration.nix
+++ b/nixos/haruka/configuration.nix
@@ -243,6 +243,9 @@
   programs.dconf.enable = true;
   services.gnome.gnome-keyring.enable = true; # TODO: replace this with pass-secret-service?
 
+  services.tailscale.enable = true;
+  services.tailscale.useRoutingFeatures = "both";
+
   services.greetd = {
     enable = true;
     vt = 2;