1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/nixos/modules/services/web-apps
Maximilian Bosch fddeb7cb73
Revert "nextcloud: use mkDefault for whole nginx config"
This breaks the Nextcloud vhost declaration when adding e.g. another
vhost as the `services.nginx.virtualHosts` option has `{ nextcloud =
...; }` as *default* value which will be replaced by another
`virtualHosts`-declaration with a higher (e.g. the default) priority.

The following cases are now supported & covered by the module:

* `nginx` is enabled with `nextcloud` enabled and other vhosts can be
  added / other options can be declared without having to care
  about the declaration's priority.

* Settings in the `nextcloud`-vhost in `nginx` have to be altered using
  `mkForce` as this is the only way how we officially support `nginx`
  for `nextcloud` and customizations have to be done explicitly using
  `mkForce`.

* `nginx` will be completely omitted if a user enables nextcloud
  and disables nginx using `services.nginx.enable = false;`. (because
  nginx will be enabled by this module using `mkDefault`).

This reverts commit 128dbb31cc.
Closes #95259
2020-08-12 18:28:45 +02:00
..
atlassian
icingaweb2
ihatemoney
codimd.nix nixos/*: wheter -> whether 2020-07-04 15:20:41 +02:00
convos.nix nixos/convos: init 2020-06-22 13:58:34 +02:00
cryptpad.nix
documize.nix
dokuwiki.nix Merge pull request #94624 from dadada/dadada/dokuwiki-acl-path 2020-08-05 07:28:12 -04:00
engelsystem.nix nixos/engelsystem: init 2020-05-24 15:44:04 +02:00
frab.nix
gerrit.nix nixos/gerrit: allow configuring replication declaratively (#91200) 2020-06-21 08:54:14 +00:00
gotify-server.nix
grocy.nix
grocy.xml
jirafeau.nix
jitsi-meet.nix treewide: add Jitsi maintainers 2020-08-04 13:07:36 -07:00
limesurvey.nix
matomo-doc.xml
matomo.nix
mattermost.nix
mediawiki.nix
miniflux.nix
moinmoin.nix
moodle.nix moodle: update to 3.9.1 2020-07-16 23:48:08 +02:00
nextcloud.nix Revert "nextcloud: use mkDefault for whole nginx config" 2020-08-12 18:28:45 +02:00
nextcloud.xml nixos/manual: Fix build 2020-08-07 03:27:42 +02:00
nexus.nix
pgpkeyserver-lite.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
restya-board.nix
selfoss.nix
shiori.nix
sogo.nix nixos/sogo: init module 2020-05-12 18:49:43 +02:00
trac.nix
trilium.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
tt-rss.nix nixos/tt-rss.service: set syslogidentifier 2020-05-08 12:00:00 +00:00
virtlyst.nix
wordpress.nix
youtrack.nix
zabbix.nix