gitea: change domain

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-19 10:14:22 +03:00
parent 28c99fb72f
commit f7a32424d4
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
hostname = "nix-git.pleshevski.ru";
hostname = "git.pleshevski.ru";
gitea = pkgs.gitea.overrideAttrs (oldAttrs: {
postInstall = with pkgs; ''