skynet: website working again
This commit is contained in:
parent
057a80356c
commit
4c99464bc4
3 changed files with 80 additions and 4 deletions
|
@ -16,8 +16,10 @@
|
|||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
|
||||
# sso.skynet.ie
|
||||
skynet_ldap_backend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git";
|
||||
skynet_ldap_backend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git";
|
||||
skynet_ldap_frontend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git";
|
||||
|
||||
skynet_website.url = "gitlab:compsoc%2Fskynet/website?host=gitlab.skynet.ie";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs,
|
||||
|
@ -28,7 +30,7 @@
|
|||
skynet_ldap_backend,
|
||||
skynet_ldap_frontend,
|
||||
...
|
||||
}:
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
in {
|
||||
|
@ -42,6 +44,9 @@
|
|||
system = system;
|
||||
overlays = [];
|
||||
};
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
|
||||
# installed for each machine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue