set up tailscale

This commit is contained in:
insects 2024-08-10 23:41:38 +02:00
parent 4caeb5680c
commit c5ed051714
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ lib, ... }: {
services.tailscale = {
enable = true;
};
}