feat: enabled gitlab.skynet.ie

This commit is contained in:
silver 2023-06-15 02:47:56 +01:00
parent 564fe272b1
commit 0411c8e18c
16 changed files with 104 additions and 58 deletions

View file

@ -23,9 +23,6 @@ in {
# applications for this particular server
../applications/dns.nix
../applications/games.nix
# for testing
../applications/gitlab.nix
];
deployment = {
@ -34,7 +31,6 @@ in {
targetUser = "root";
};
skynet_dns.records = {
external = [
"${name} A ${ip_pub}"
@ -55,17 +51,4 @@ in {
name = name;
};
};
services.skynet_gitlab = {
enable = true;
host = {
# pass in teh ip (used for firewall)
ip = ip_pub;
# the name is used for dns
name = name;
};
};
}