Syncing goliath configs

This commit is contained in:
Kat Inskip 2023-06-16 10:04:24 -07:00
parent f1eb1f6620
commit ba6ca38613
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
19 changed files with 225 additions and 94 deletions

View file

@ -0,0 +1,12 @@
_: {
services.thelounge = {
enable = true;
extraConfig = {
reverseProxy = true;
public = false;
fileUpload = {
enable = true;
};
};
};
}