gitea fix

This commit is contained in:
Sascha Koenig 2025-05-18 09:29:07 +02:00
parent 040d03423d
commit f85332f321
2 changed files with 7 additions and 1 deletions

6
flake.lock generated
View File

@ -257,9 +257,15 @@
"locked": { "locked": {
"lastModified": 1747452614, "lastModified": 1747452614,
"narHash": "sha256-hSEz6JHZTJJTeIudt0SK3UoZnfThHwKCUGvSe5/zn8g=", "narHash": "sha256-hSEz6JHZTJJTeIudt0SK3UoZnfThHwKCUGvSe5/zn8g=",
"lastModified": 1747037043,
"narHash": "sha256-8xalMZYksBYrtjXXNyUwnkZN3pxHn41s8ouX0eet8/U=",
"lastModified": 1747413287,
"narHash": "sha256-hOnqJr0tZBERWa29JWf9B3/8qr82mlt/UlKPvS7iYzA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e067fb89ac3e59f993f257c799318132f1492f01", "rev": "e067fb89ac3e59f993f257c799318132f1492f01",
"rev": "e235177a380b21a46776b4a6354e109d419292e5",
"rev": "b965e4c283060415956ccd39eee4ca34a6a56cf8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -5,8 +5,8 @@
server = { server = {
ROOT_URL = "https://code.m3ta.dev"; ROOT_URL = "https://code.m3ta.dev";
HTTP_PORT = 3030; HTTP_PORT = 3030;
DISABLE_REGISTRATION = true;
}; };
service.DISABLE_REGISTRATION = true;
}; };
lfs.enable = true; lfs.enable = true;
dump = { dump = {