diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-09-20 02:42:46 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 02:42:46 +0300 |
commit | 783f2715f586559961a6440cc1617011ac365501 (patch) | |
tree | e82cdc172ccd21ffcd8dd77e818de1ef9023c974 /configurations/manwe/default.nix | |
parent | 2022-09-16 (diff) |
2022-09-20
Diffstat (limited to '')
-rw-r--r-- | configurations/manwe/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configurations/manwe/default.nix b/configurations/manwe/default.nix index 47a2040..5531cb9 100644 --- a/configurations/manwe/default.nix +++ b/configurations/manwe/default.nix @@ -23,6 +23,11 @@ with lib; { monitoring.enable = true; + git.server = { + enable = true; + domain = "git.${my.domain.azahi}"; + }; + gotify.enable = true; matrix.dendrite = { enable = true; |