add headscale

This commit is contained in:
2026-07-29 18:21:26 -04:00
parent 92688f9585
commit 4d72aa979a
11 changed files with 70 additions and 53 deletions
+5
View File
@@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
services.tailscale.enable = true;
}