mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Serve forgejo under sstork.dev instead of tailnet
This commit is contained in:
parent
d5f7e88b59
commit
1d58b58772
4 changed files with 24 additions and 23 deletions
|
|
@ -30,10 +30,6 @@ in
|
|||
subdomain = "budget";
|
||||
port = portOf "actualbudget";
|
||||
};
|
||||
forgejo = {
|
||||
subdomain = "git";
|
||||
port = portOf "forgejo";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -47,10 +43,6 @@ in
|
|||
domain = "budget.${tsDomain}";
|
||||
backups.enable = true;
|
||||
};
|
||||
forgejo = {
|
||||
enable = true;
|
||||
domain = "git.${tsDomain}";
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue