Shorten the subdomains of hosted services

This commit is contained in:
SebastianStork 2024-09-17 23:02:00 +02:00
parent 18bbe1fd27
commit 4db060800b
6 changed files with 50 additions and 24 deletions

View file

@ -41,6 +41,9 @@
$create --admin --email "sebastian.stork@pm.me" --username seb --password "$(cat ${config.sops.secrets.forgejo-admin-password.path})" || true
'';
myConfig.tailscale.serve = "3000";
myConfig.tailscale = {
subdomain = "git";
serve = "3000";
};
};
}