nixos/nextcloud-notify_push: automatically install notify_push nextcloud app
This commit is contained in:
@@ -172,6 +172,11 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
|
extraApps = {
|
||||||
|
inherit (config.services.nextcloud.package.packages.apps)
|
||||||
|
notify_push
|
||||||
|
;
|
||||||
|
};
|
||||||
settings.trusted_proxies = lib.mkIf cfg.bendDomainToLocalhost [
|
settings.trusted_proxies = lib.mkIf cfg.bendDomainToLocalhost [
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
"::1"
|
"::1"
|
||||||
|
|||||||
Reference in New Issue
Block a user