mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Enable forgejo on alto
This commit is contained in:
parent
5b81a54b48
commit
7f885a6297
3 changed files with 15 additions and 9 deletions
|
|
@ -29,6 +29,10 @@ in
|
|||
subdomain = "budget";
|
||||
inherit (myConfig.actualbudget) port;
|
||||
};
|
||||
forgejo = {
|
||||
subdomain = "git";
|
||||
inherit (myConfig.forgejo) port;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -42,6 +46,11 @@ in
|
|||
inherit (caddyServe.actualbudget) subdomain;
|
||||
backups.enable = true;
|
||||
};
|
||||
forgejo = {
|
||||
enable = true;
|
||||
inherit (caddyServe.forgejo) subdomain;
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
deviceId = "5R2MH7T-Q2ZZS2P-ZMSQ2UJ-B6VBHES-XYLNMZ6-7FYC27L-4P7MGJ2-FY4ITQD";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue