From 39b20119e12f1b76c7f12797481b7449ee3675ab Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 1 Oct 2021 18:31:34 +0200 Subject: ma x.r: disable mongodb --- makefu/1systems/x/config.nix | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'makefu/1systems') diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index fee4145b..48b23e34 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -23,9 +23,11 @@ # + + # # base @@ -100,6 +102,24 @@ # # Testing + #{ + # services.nginx = { + # enable = true; + # recommendedProxySettings = true; + # virtualHosts.local = { + # default = true; + # locations."/".proxyPass= "http://localhost:4567"; + # }; + # }; + # services.gollum = { + # enable = true; + # extraConfig = '' + # Gollum::Hook.register(:post_commit, :hook_id) do |committer, sha1| + # File.open('/tmp/lol', 'w') { |file| file.write(self.to_s) } + # end + # ''; + # }; + #} # # # @@ -158,7 +178,8 @@ # temporary # { services.redis.enable = true; } - { services.mongodb.enable = true; } + # { services.mongodb.enable = true; } + # # # # -- cgit v1.2.3