Commit c431146f authored by Daniel Firth's avatar Daniel Firth
Browse files

modules: add horizon-haskell.net and docs.horizon-haskell.net

parent ee80c803
This diff is collapsed.
......@@ -10,12 +10,20 @@
home-manager.url = "github:nix-community/home-manager";
crazyshell-horizon-haskell-net.url = "git+https://gitlab.horizon-haskell.net/web/crazyshell.horizon-haskell.net";
rescue-horizon-haskell-net.url = "git+https://gitlab.horizon-haskell.net/web/rescue.horizon-haskell.net";
horizon-haskell-net.url = "git+https://gitlab.horizon-haskell.net/web/horizon-haskell.net";
horizon-haskell-net-docs.url = "git+https://gitlab.horizon-haskell.net/web/docs.horizon-haskell.net";
horizon-haskell-net-store.url = "git+https://gitlab.horizon-haskell.net/web/store.horizon-haskell.net";
wave-ocean-horizon-haskell-net.url = "git+https://gitlab.horizon-haskell.net/web/wave-ocean.horizon-haskell.net";
cosmocrats-sekky-online.url = "git+https://gitlab.homotopic.tech/locallycompact/cosmocrats.sekky.online";
horizon-platform.url = "git+https://gitlab.homotopic.tech/horizon/horizon-platform";
milloni.url = "git+http://gitlab.homotopic.tech/milloni/user";
......@@ -67,6 +75,11 @@
essentials.nixosModules.essentials
home-manager.nixosModules.home-manager
(horizon-haskell-net.lib.mkNginxModule { hostName = "horizon-haskell.net"; })
(inputs.rescue-horizon-haskell-net.lib.mkNginxModule { hostName = "rescue.horizon-haskell.net"; })
(inputs.cosmocrats-sekky-online.lib.mkNginxModule { hostName = "cosmocrats.sekky.online"; })
(inputs.wave-ocean-horizon-haskell-net.lib.mkNginxModule { hostName = "wave-ocean.horizon-haskell.net"; })
(horizon-haskell-net.lib.mkNginxModule { hostName = "www.horizon-haskell.net"; })
(inputs.crazyshell-horizon-haskell-net.lib.mkNginxModule { hostName = "crazyshell.horizon-haskell.net"; })
(inputs.horizon-haskell-net-store.lib.mkNginxModule { hostName = "store.horizon-haskell.net"; })
lc.nixosModules.lc-home
lc.nixosModules.lc-user
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment