This commit is contained in:
2025-10-06 23:04:31 +03:00
parent 6c7a4648d2
commit dee12112c2
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -11,6 +11,11 @@ let
system = "x86_64-linux";
config.allowUnfree = true;
};
work = import inputs.nixpkgs-stable {
system = "x86_64-linux";
config.allowUnfree = true;
config.allowUnfreePredicate = true;
};
in
{
services = {
@@ -120,11 +125,15 @@ in
};
onlyoffice = {
enable = true;
package = work.onlyoffice-documentserver;
hostname = "0.0.0.0";
jwtSecretFile = "${inputs.zeroq-credentials}/services/onlyoffice/jwt.txt";
};
};
fonts.fonts = [ work.corefonts ];
networking.hosts = {
# "localhost" = [
# "nextcloud.zeroq.ru"
+1
View File
@@ -72,6 +72,7 @@ in
};
extraConfig = ''
client_max_body_size 5G;
header_up X-Forwarded-Proto https
''; # absolute_redirect off;
};
"immich.zeroq.ru" = {