feat: Added tailscale to stuff
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user