Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
systems
studiopolis
Commits
c431146f
Commit
c431146f
authored
2 years ago
by
Daniel Firth
Browse files
Options
Download
Email Patches
Plain Diff
modules: add horizon-haskell.net and docs.horizon-haskell.net
parent
ee80c803
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1200 additions
and
280 deletions
+1200
-280
flake.lock
flake.lock
+1187
-280
flake.nix
flake.nix
+13
-0
No files found.
flake.lock
View file @
c431146f
This diff is collapsed.
Click to expand it.
flake.nix
View file @
c431146f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment