summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/x/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/x/config.nix')
-rw-r--r--makefu/1systems/x/config.nix22
1 files changed, 21 insertions, 1 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix
index fee4145b9..dee6bd70e 100644
--- a/makefu/1systems/x/config.nix
+++ b/makefu/1systems/x/config.nix
@@ -26,6 +26,7 @@
<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 +101,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 +177,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>