host/magenta: use unstable gitea
This commit is contained in:
parent
a70d19b50b
commit
8c7fb4159d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, inputs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
hostname = "git.pleshevski.ru";
|
||||
|
@ -17,7 +17,7 @@ in
|
|||
services.gitea = {
|
||||
enable = true;
|
||||
httpPort = 9901;
|
||||
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.gitea;
|
||||
package = pkgs.unstable.gitea;
|
||||
domain = hostname;
|
||||
rootUrl = "https://${hostname}";
|
||||
appName = "Pleshevskiy's Gitea";
|
||||
|
|
Loading…
Reference in a new issue