Onlyoffice was also running on port 8000, fixed that

This commit is contained in:
Lillian Violet 2024-03-14 14:52:24 +01:00
parent e377fd06ec
commit 1b3682f188
2 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@
... ...
}: { }: {
imports = [ imports = [
# ./conduit ./conduit
./forgejo ./forgejo
./gotosocial ./gotosocial
./mail-server ./mail-server

View file

@ -11,9 +11,9 @@
sops.secrets."local.json".owner = config.users.users.onlyoffice.name; sops.secrets."local.json".owner = config.users.users.onlyoffice.name;
users.users = { users.users = {
nextcloud.extraGroups = [config.users.groups.keys.name "onlyoffice"]; nextcloud.extraGroups = [config.users.groups.keys.name config.users.users.onlyoffice.name];
#aria2.extraGroups = ["nextcloud"]; #aria2.extraGroups = ["nextcloud"];
onlyoffice.extraGroups = ["nextcloud"]; onlyoffice.extraGroups = [config.users.users.nextcloud.name];
}; };
# Enable Nginx # Enable Nginx
@ -91,6 +91,7 @@
}; };
services.onlyoffice = { services.onlyoffice = {
port = 16783;
enable = true; enable = true;
hostname = "onlyoffice.gladtherescake.eu"; hostname = "onlyoffice.gladtherescake.eu";
#postgresHost = "/run/postgesql"; #postgresHost = "/run/postgesql";