Disable tailscale
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
alejandro-angulo 2025-07-20 17:54:42 -07:00
parent cbaaac3587
commit b4327bf189
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -20,13 +20,7 @@ in
domain = domain;
};
services = {
openssh.enable = true;
tailscale = {
enable = true;
configureClientRouting = true;
};
};
services.openssh.enable = true;
};
nix.settings.auto-optimise-store = true;