From 5e02cdc7ed82ac10375cacfca6920f20f5729059 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 13 Feb 2025 00:29:25 -0800 Subject: Add vps capabilities --- nix/modules/git-daemon.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nix/modules/git-daemon.nix') diff --git a/nix/modules/git-daemon.nix b/nix/modules/git-daemon.nix index e71356e..e5e2192 100644 --- a/nix/modules/git-daemon.nix +++ b/nix/modules/git-daemon.nix @@ -3,7 +3,6 @@ services.gitDaemon = { enable = lib.mkDefault config.monorepo.profiles.server.enable; exportAll = true; - listenAddress = "0.0.0.0"; basePath = "/srv/git"; }; } -- cgit