about summary refs log tree commit diff
path: root/configurations/manwe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configurations/manwe/default.nix5
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;

Consider giving Nix/NixOS a try! <3