gitlab: enable on optimus on an interm basis
This commit is contained in:
parent
d1cf49bb83
commit
749ee1b0dc
1 changed files with 14 additions and 0 deletions
|
@ -29,6 +29,7 @@ in {
|
|||
|
||||
# for testing
|
||||
../applications/ldap.nix
|
||||
../applications/gitlab.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
|
@ -79,4 +80,17 @@ in {
|
|||
groups = [ "skynet-users"];
|
||||
};
|
||||
|
||||
|
||||
services.skynet_gitlab = {
|
||||
enable = true;
|
||||
|
||||
host = {
|
||||
# pass in teh ip (used for firewall)
|
||||
ip = ip_pub;
|
||||
|
||||
# the name is used for dns
|
||||
name = name;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue