Move tailscale configuration
All checks were successful
/ check (push) Successful in 1m47s

This commit is contained in:
Oliver Davies 2025-07-29 13:19:07 +01:00
parent d5033260c9
commit f48b81ecea
3 changed files with 3 additions and 3 deletions

3
modules2/tailscale.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.modules.nixos.workstation.services.tailscale.enable = true;
}