This commit is contained in:
Miguel Palhas
2025-07-01 18:12:54 +01:00
parent 29821d2531
commit ffcc7b397f
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
services.tailscale.enable = true;
}