My refactoring of the #Nextcloud module for #NixOS just got merged 🤗 Many custom options now follow the upstream naming convention https://github.com/NixOS/nixpkgs/pull/212430
Thanks to @Ma27 and @SuperSandro2000 for reviewing 🚀
nixos/nextcloud: Move options into now freeForm extraOptions by onny · Pull Request #212430 · NixOS/nixpkgs

Description of changes Changing extraOptions into freeForm type and move some existing options into it by respecting upstream naming conventions Things done Built on platform(s) x86_64-linux a...

GitHub
@pi_crew That sounds interesting. I haven't used NixOS yet. What does the Nextcloud module actually do?
@viktor Using the module, you can easily enable and configure a complete Nextcloud server inside your system configuration. See for example the wiki page on how to use it https://nixos.wiki/wiki/Nextcloud :)
Nextcloud - NixOS Wiki