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