gitlab: enable on optimus on an interm basis

This commit is contained in:
silver 2023-05-24 21:40:37 +01:00
parent d1cf49bb83
commit 749ee1b0dc

View file

@ -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;
};
};
}