nixos/nextcloud-notify_push: automatically install notify_push nextcloud app

This commit is contained in:
Marcel
2025-10-13 13:36:01 +02:00
committed by Sandro Jäckel
parent 2f00e84a4b
commit 29a3e7a111

View File

@@ -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"