newton: fix gitea-url

This commit is contained in:
Felix Buehler 2022-07-23 20:11:20 +02:00
parent 36c6099327
commit ac4858a044

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
gitea = { services.gitea = {
enable = true; enable = true;
cookieSecure = true; cookieSecure = true;
httpPort = 3001; httpPort = 3001;
@ -16,7 +16,7 @@
name = "Git"; name = "Git";
category = "app"; category = "app";
icon = "git"; icon = "git";
link = "http://git.buehler.rocks"; link = "https://git.buehler.rocks";
}; };
}; };
} }