nixy/seafile: update initial config

This commit is contained in:
Asmir A 2024-05-17 16:14:52 +02:00
parent e90f05bf99
commit 064a2e6554
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -105,7 +105,7 @@
networking = { networking = {
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [80 443 51820]; allowedTCPPorts = [80 443 51820 8020];
}; };
hostName = "nixy"; hostName = "nixy";
@ -455,6 +455,23 @@
logind.extraConfig = '' logind.extraConfig = ''
KillUserProcesses=yes KillUserProcesses=yes
''; '';
seafile = {
enable = true;
initialAdminPassword = "admin";
adminEmail = "asmir.abdulahovic@gmail.com";
ccnetSettings = {
General = {
SERVICE_URL = "http://127.0.0.1:8020";
};
};
seafileSettings = {
fileserver = {
host = "0.0.0.0";
port = 8082;
};
};
};
}; };
fonts = { fonts = {