migrate gitea settings
This commit is contained in:
parent
d271d95e78
commit
69259f389b
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue