From ecf453f12d3e617957a9e3992dac74db0154e9f1 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Thu, 11 Jan 2024 14:53:05 +0900
Subject: feat(systems/v-*): enable tailscale

---
 systems/v-coord1/default.nix | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'systems/v-coord1')

diff --git a/systems/v-coord1/default.nix b/systems/v-coord1/default.nix
index 8c63365..ec91e9c 100644
--- a/systems/v-coord1/default.nix
+++ b/systems/v-coord1/default.nix
@@ -76,6 +76,8 @@ in
     cachix.enable = true;
 
     sops.enable = true;
+
+    services.tailscale.enable = true;
   };
 
   # This value determines the NixOS release from which the default
-- 
cgit 1.4.1