Onlyoffice was also running on port 8000, fixed that
This commit is contained in:
parent
e377fd06ec
commit
1b3682f188
|
@ -7,7 +7,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
# ./conduit
|
||||
./conduit
|
||||
./forgejo
|
||||
./gotosocial
|
||||
./mail-server
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
sops.secrets."local.json".owner = config.users.users.onlyoffice.name;
|
||||
|
||||
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"];
|
||||
onlyoffice.extraGroups = ["nextcloud"];
|
||||
onlyoffice.extraGroups = [config.users.users.nextcloud.name];
|
||||
};
|
||||
|
||||
# Enable Nginx
|
||||
|
@ -91,6 +91,7 @@
|
|||
};
|
||||
|
||||
services.onlyoffice = {
|
||||
port = 16783;
|
||||
enable = true;
|
||||
hostname = "onlyoffice.gladtherescake.eu";
|
||||
#postgresHost = "/run/postgesql";
|
||||
|
|
Loading…
Reference in a new issue