This commit is contained in:
2025-09-22 19:10:05 +03:00
parent 6b48bd1b5a
commit 9ca8382ff7
2 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -55,12 +55,12 @@ in
extraAppsEnable = true; extraAppsEnable = true;
appstoreEnable = true; appstoreEnable = true;
extraApps = { extraApps = {
inherit (pkgs.nextcloud31Packages.apps) inherit (pkgs.nextcloud31Packages.apps) # (config.services.nextcloud.package.packages.apps)
deck deck
end_to_end_encryption end_to_end_encryption
groupfolders groupfolders
impersonate impersonate
onlyoffice # onlyoffice
bookmarks bookmarks
calendar calendar
contacts contacts
@@ -77,7 +77,7 @@ in
notify_push notify_push
polls polls
previewgenerator previewgenerator
#richdocuments richdocuments
spreed spreed
tasks tasks
user_oidc user_oidc
+14 -14
View File
@@ -27,20 +27,20 @@
} }
]; ];
}; };
"onlyoffice" = { # "onlyoffice" = {
forceSSL = false; # forceSSL = false;
enableACME = false; # enableACME = false;
listen = [ # listen = [
{ # {
addr = "100.64.0.0"; # addr = "100.64.0.0";
port = 8080; # port = 8080;
} # }
{ # {
addr = "192.168.1.20"; # addr = "192.168.1.20";
port = 8080; # port = 8080;
} # }
]; # ];
}; # };
"localhost:9980" = { "localhost:9980" = {
forceSSL = false; forceSSL = false;
enableACME = false; enableACME = false;