update lunasa urlsd

This commit is contained in:
insects 2024-12-10 10:14:22 +01:00
parent 410c668a3d
commit 5d6d9e919e
2 changed files with 11 additions and 10 deletions

View file

@ -15,7 +15,7 @@
};
nix = {
package = pkgs.nixVersions.nix_2_22;
package = pkgs.nixVersions.nix_2_25;
settings = {
auto-optimise-store = lib.mkDefault true;
@ -41,12 +41,13 @@
services.forgejo = {
enable = true;
package = pkgs.forgejo;
lfs.enable = true;
settings = {
server = {
DOMAIN = "git.liv.nrw";
ROOT_URL = "https://git.liv.nrw/";
DOMAIN = "git.pel.sh";
ROOT_URL = "https://git.pel.sh/";
HTTP_PORT = 3000;
};
@ -68,7 +69,7 @@
email = "mail@liv.nrw";
virtualHosts = {
"git.liv.nrw" = {
"git.pel.sh" = {
extraConfig = ''
reverse_proxy localhost:3000
'';