gitea: change domain
This commit is contained in:
parent
28c99fb72f
commit
f7a32424d4
1 changed files with 1 additions and 1 deletions
|
@ -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; ''
|
||||
|
|
Loading…
Reference in a new issue