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, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
hostname = "nix-git.pleshevski.ru";
|
hostname = "git.pleshevski.ru";
|
||||||
|
|
||||||
gitea = pkgs.gitea.overrideAttrs (oldAttrs: {
|
gitea = pkgs.gitea.overrideAttrs (oldAttrs: {
|
||||||
postInstall = with pkgs; ''
|
postInstall = with pkgs; ''
|
||||||
|
|
Loading…
Reference in a new issue