feat: Added tailscale to stuff

This commit is contained in:
uttarayan21
2025-01-28 20:36:46 +05:30
parent 53f8e2998d
commit fd38f95f08
6 changed files with 88 additions and 16 deletions

View File

@@ -8,6 +8,8 @@
./nextcloud.nix
./jellyfin.nix
./vscode.nix
./tailscale.nix
# ./ldap.nix
];
services = {
nix-serve = {
@@ -24,11 +26,6 @@
overalljails = true; # Calculate the bantime based on all the violations
};
};
tailscale = {
enable = true;
useRoutingFeatures = "server";
extraUpFlags = "--advertise-exit-node";
};
caddy = {
enable = true;
};