From 9ebad5dc3a854898c092c0cdf39573598238ac86 Mon Sep 17 00:00:00 2001 From: makefu <github@syntax-fehler.de> Date: Fri, 1 Oct 2021 18:31:34 +0200 Subject: [PATCH] ma x.r: disable mongodb --- 1systems/x/config.nix | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/1systems/x/config.nix b/1systems/x/config.nix index fee4145..48b23e3 100644 --- a/1systems/x/config.nix +++ b/1systems/x/config.nix @@ -23,9 +23,11 @@ <stockholm/makefu/2configs/hw/switch.nix> # <stockholm/makefu/2configs/hw/rad1o.nix> <stockholm/makefu/2configs/hw/cc2531.nix> + <stockholm/makefu/2configs/hw/platformio.nix> <stockholm/makefu/2configs/hw/droidcam.nix> <stockholm/makefu/2configs/hw/smartcard.nix> <stockholm/makefu/2configs/hw/upower.nix> + #<stockholm/makefu/2configs/hw/ps4-compat.nix> # base <stockholm/makefu> @@ -100,6 +102,24 @@ # <stockholm/makefu/2configs/pyload.nix> # 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 + # ''; + # }; + #} # <stockholm/makefu/2configs/deployment/gitlab.nix> # <stockholm/makefu/2configs/deployment/docker/etherpad.nix> # <stockholm/makefu/2configs/deployment/wiki-irc-bot> @@ -158,7 +178,8 @@ # temporary # { services.redis.enable = true; } - { services.mongodb.enable = true; } + # { services.mongodb.enable = true; } + # <stockholm/makefu/2configs/deployment/nixos.wiki> # <stockholm/makefu/2configs/home/photoprism.nix> # <stockholm/makefu/2configs/dcpp/airdcpp.nix> # <stockholm/makefu/2configs/nginx/rompr.nix>