migrate gitea settings

This commit is contained in:
Tim Schubert 2022-12-10 12:02:53 +01:00
parent d271d95e78
commit 69259f389b
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,9 @@
# to be able to use qemu from substituter # to be able to use qemu from substituter
environment.noXlibs = false; environment.noXlibs = false;
# libvirtd
security.polkit.enable = true;
dadada = { dadada = {
admin.enable = true; admin.enable = true;
networking.localResolver.enable = true; networking.localResolver.enable = true;

View file

@ -17,7 +17,6 @@ in
rootUrl = "https://git.dadada.li/"; rootUrl = "https://git.dadada.li/";
log.level = "Error"; log.level = "Error";
domain = config.networking.domain; domain = config.networking.domain;
ssh.enable = true;
cookieSecure = true; cookieSecure = true;
enableUnixSocket = true; enableUnixSocket = true;
database = { database = {
@ -28,6 +27,7 @@ in
server = { server = {
LANDING_PAGE = "explore"; LANDING_PAGE = "explore";
OFFLINE_MODE = true; OFFLINE_MODE = true;
DISABLE_SSH = false;
}; };
picture = { picture = {
DISABLE_GRAVATAR = true; DISABLE_GRAVATAR = true;