Skip to content

Commit

Permalink
chore: moving from git.kolyma.uz to gulag.uz
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 12, 2024
1 parent 1463851 commit 2827841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/kolyma-2/services/gitlab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in

services.gitlab = {
enable = true;
host = "git.kolyma.uz";
host = "gulag.uz";
databasePasswordFile = config.sops.secrets."git/database".path;
initialRootPasswordFile = config.sops.secrets."git/root".path;
secrets = {
Expand Down Expand Up @@ -61,7 +61,7 @@ in

# Enable web server & proxy
services.www.hosts = {
"git.kolyma.uz" = {
"gulag.uz" = {
extraConfig = ''
reverse_proxy unix//run/gitlab/gitlab-workhorse.socket
'';
Expand Down

0 comments on commit 2827841

Please sign in to comment.