mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 01:57: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}";
|
||||
|
||||
packageNextcloud = pkgs.nextcloud30;
|
||||
packageNextcloud = pkgs.nextcloud31;
|
||||
in {
|
||||
imports = [
|
||||
(self + /modules/nginx.nix)
|
||||
|
@ -103,7 +103,8 @@ in {
|
|||
extraApps = {
|
||||
inherit (packageNextcloud.packages.apps)
|
||||
bookmarks calendar contacts deck forms
|
||||
impersonate mail maps notes previewgenerator;
|
||||
impersonate mail notes previewgenerator;
|
||||
# TODO: maps
|
||||
};
|
||||
|
||||
nginx.recommendedHttpHeaders = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue