summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-05 19:27:15 +0200
committerSilas Schöffel <sils@sils.li>2024-06-05 19:27:15 +0200
commit4215714cb11f2546b75a4316dc663ebe890a4fb6 (patch)
tree0132ea23449c073559c2a84d7bdb6b7172609ab9 /hosts
parentfix(nix-sync): Don't try to exit in a subshell (diff)
downloadnixos-server-4215714cb11f2546b75a4316dc663ebe890a4fb6.tar.gz
nixos-server-4215714cb11f2546b75a4316dc663ebe890a4fb6.zip
feat(treewide): add git-server module
Diffstat (limited to 'hosts')
-rw-r--r--hosts/server1/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix
index 26de287..59dda92 100644
--- a/hosts/server1/configuration.nix
+++ b/hosts/server1/configuration.nix
@@ -6,6 +6,10 @@
     ../../system
   ];
 
+  vhack = {
+    git-server.enable = true;
+  };
+
   boot.tmp.cleanOnBoot = true;
   zramSwap.enable = true;
   networking.hostName = "server1";