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

12
servers/flake.lock generated
View file

@ -7,11 +7,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1718194053, "lastModified": 1727447169,
"narHash": "sha256-FaGrf7qwZ99ehPJCAwgvNY5sLCqQ3GDiE/6uLhxxwSY=", "narHash": "sha256-3KyjMPUKHkiWhwR91J1YchF6zb6gvckCAY1jOE+ne0U=",
"owner": "serokell", "owner": "serokell",
"repo": "deploy-rs", "repo": "deploy-rs",
"rev": "3867348fa92bc892eba5d9ddb2d7a97b9e127a8a", "rev": "aa07eb05537d4cd025e2310397a6adcedfe72c76",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1730531603, "lastModified": 1733212471,
"narHash": "sha256-Dqg6si5CqIzm87sp57j5nTaeBbWhHFaVyG7V6L8k3lY=", "narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d", "rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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