Loading nixos/modules/services/web-apps/nextcloud-notify_push.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ in ] ( opt: options.services.nextcloud.config.${opt} // { default = config.services.nextcloud.config.${opt}; defaultText = "config.services.nextcloud.config.${opt}"; defaultText = lib.literalExpression "config.services.nextcloud.config.${opt}"; } ) ); Loading Loading
nixos/modules/services/web-apps/nextcloud-notify_push.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ in ] ( opt: options.services.nextcloud.config.${opt} // { default = config.services.nextcloud.config.${opt}; defaultText = "config.services.nextcloud.config.${opt}"; defaultText = lib.literalExpression "config.services.nextcloud.config.${opt}"; } ) ); Loading