bruh
This commit is contained in:
parent
5e57d0ce83
commit
26c00ba17b
1 changed files with 3 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ users = {
|
|||
enable = true; # Hopefully? helps with freezing when using swap
|
||||
};
|
||||
#Chat host
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 22 8448 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 22 8448 7007 ];
|
||||
networking.firewall.allowedUDPPorts = [ 3478 5349 ];
|
||||
#sops.secrets."services/conduwuit" = {mode = "0755";};
|
||||
|
||||
|
|
@ -76,7 +76,8 @@ users = {
|
|||
sops.secrets."services/gitlab/oidcKeyBase" = { owner = "gitlab"; };
|
||||
services.gitlab = {
|
||||
enable = true;
|
||||
host = "gitlab.kylekrein.com";
|
||||
host = "https://gitlab.kylekrein.com";
|
||||
port = 7007;
|
||||
#statePath = "/persist/gitlab/state";
|
||||
backup.startAt = "3:00";
|
||||
databasePasswordFile = config.sops.secrets."services/gitlab/dbPassword".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue