trying gitlab again

This commit is contained in:
2024-11-17 11:11:55 -06:00
parent 77662166bf
commit 18290aa55a
7 changed files with 336 additions and 491 deletions

View File

@@ -88,9 +88,9 @@
networking = {
hostName = "homebox";
nameservers = [ "127.0.0.1" ];
nameservers = [ "1.1.1.1" "1.0.0.1" ];
networkmanager.enable = true;
firewall.allowedTCPPorts = [ 22 80 443 9000 8080 ];
firewall.allowedTCPPorts = [ 22 80 443 9000 8080 8081 ];
hosts = {
"192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "*.local.blunkall.us" ];
};
@@ -194,10 +194,9 @@
"pihole/pass" = {};
"gitlab/db_pass" = {};
"gitlab/root_pass" = {};
"nextcloud/pass" = {};
"nextcloud/pass" = {
owner = "nextcloud";
};
};
};