add tailscale

This commit is contained in:
wo2wz 2025-08-03 21:01:24 -04:00
parent 6b81b6daa1
commit 8a083f3c7e
3 changed files with 11 additions and 1 deletions

View file

@ -2,9 +2,11 @@
{
imports = [
./bash.nix
./gaming.nix
./kde.nix
# ./niri.nix
./ssh.nix
./tailscale.nix
];
}

View file

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