mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
feat: nextcloud 31
This commit is contained in:
parent
20f419f6f0
commit
7935aa65f5
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
fqdn = "cloud.${domain}";
|
fqdn = "cloud.${domain}";
|
||||||
|
|
||||||
packageNextcloud = pkgs.nextcloud30;
|
packageNextcloud = pkgs.nextcloud31;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
(self + /modules/nginx.nix)
|
(self + /modules/nginx.nix)
|
||||||
|
@ -103,7 +103,8 @@ in {
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (packageNextcloud.packages.apps)
|
inherit (packageNextcloud.packages.apps)
|
||||||
bookmarks calendar contacts deck forms
|
bookmarks calendar contacts deck forms
|
||||||
impersonate mail maps notes previewgenerator;
|
impersonate mail notes previewgenerator;
|
||||||
|
# TODO: maps
|
||||||
};
|
};
|
||||||
|
|
||||||
nginx.recommendedHttpHeaders = true;
|
nginx.recommendedHttpHeaders = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue