feat: Tailscale VPN Setup

This commit is contained in:
2025-02-18 20:52:16 +01:00
parent dc2abe6ff1
commit ce4e8225f9
5 changed files with 32 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# Service-related modules
{ ... }:
{
imports = [
./vpn
];
}