mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
nixos/nextcloud: Move options into now freeForm extraOptions
This commit is contained in:
parent
5ec415b260
commit
dd8c96379f
4 changed files with 129 additions and 123 deletions
|
@ -32,7 +32,6 @@ in {
|
|||
adminpassFile = toString (pkgs.writeText "admin-pass-file" ''
|
||||
${adminpass}
|
||||
'');
|
||||
trustedProxies = [ "::1" ];
|
||||
};
|
||||
notify_push = {
|
||||
enable = true;
|
||||
|
@ -42,6 +41,7 @@ in {
|
|||
extraApps = {
|
||||
inherit (pkgs."nextcloud${lib.versions.major config.services.nextcloud.package.version}Packages".apps) notify_push;
|
||||
};
|
||||
extraOptions.trusted_proxies = [ "::1" ];
|
||||
};
|
||||
|
||||
services.redis.servers."nextcloud".enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue