feature: Add Synapse and Tailscale

This commit is contained in:
Tera << 8 2025-05-09 22:44:15 -04:00
parent b743a17022
commit 21c29fcfd0
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
6 changed files with 271 additions and 10 deletions

View file

@ -20,6 +20,7 @@
./stacks/traefik/docker-compose.nix
./stacks/caddy/docker-compose.nix
## Internal
./stacks/tailscale/docker-compose.nix
./stacks/portainer/docker-compose.nix
./stacks/passbolt/docker-compose.nix
./stacks/pterodactyl/docker-compose.nix
@ -28,6 +29,7 @@
./stacks/terah.dev/docker-compose.nix
./stacks/mcaptcha/docker-compose.nix
./stacks/forgejo/docker-compose.nix
./stacks/synapse/docker-compose.nix
];
users.mutableUsers = false;
@ -90,6 +92,12 @@
};
};
# Tailscale fixer-uppers
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;
};
# Volumes
fileSystems."/mnt/NASBox" = {
device = "192.168.0.3:/mnt/Diskette/KubeData";