mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Enable it-tools on cirrus
This commit is contained in:
parent
7319ee73d7
commit
5b3f21b140
1 changed files with 7 additions and 0 deletions
|
|
@ -30,6 +30,10 @@
|
|||
domain = "docs.sprouted.cloud";
|
||||
backups.enable = true;
|
||||
};
|
||||
it-tools = {
|
||||
enable = true;
|
||||
domain = "tools.sprouted.cloud";
|
||||
};
|
||||
forgejo = {
|
||||
enable = true;
|
||||
domain = "git.sstork.dev";
|
||||
|
|
@ -41,6 +45,9 @@
|
|||
hedgedoc = {
|
||||
inherit (config.custom.services.hedgedoc) domain port;
|
||||
};
|
||||
it-tools = {
|
||||
inherit (config.custom.services.it-tools) domain port;
|
||||
};
|
||||
forgejo = {
|
||||
inherit (config.custom.services.forgejo) domain port;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue