1
0
mirror of http://code.capytal.cc/dot013/spacestation.git synced 2026-01-15 23:46:13 -03:00

refactor: move tailscale to abaduh folder

This commit is contained in:
Guz
2025-09-13 22:09:21 -03:00
parent 91dc80922e
commit 8cafd72234
3 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{...}: {
imports = [
./adguard.nix
./tailscale.nix
];
}

View File

@@ -1,6 +1,5 @@
{...}: {
imports = [
./tailscale.nix
./caddy.nix
./cloudflare.nix
];