summary refs log tree commit diff
path: root/nixos/tests/radicale.nix
Commit message (Collapse)AuthorAge
* Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
| | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
|
* nixos/tests: correct comment in radicale.nix (#32574)Linus Heckemann2017-12-11
| | | | The secrets are in fact also stored unhashed, as part of the .drv file which produces the htpasswd.
* nixos/radicale: fix default version (#29743)Silvan Mosberger2017-09-25
|
* radicale: Test migration functionalityAneesh Agrawal2017-09-18
| | | | This also provides an example of how to migrate.
* radicale: 1.1.4 -> 2.1.2Silvan Mosberger2017-08-13
| | | | | | | | | | | | | This commit readds and updates the 1.x package from 1.1.4 to 1.1.6 which also includes the needed command for migrating to 2.x The module is adjusted to the version change, defaulting to radicale2 if stateVersion >= 17.09 and radicale1 otherwise. It also now uses ExecStart instead of the script service attribute. Some missing dots at the end of sentences were also added. I added a paragraph in the release notes on how to update to a newer version.
* radicale: Add aneeshusa as maintainerAneesh Agrawal2017-04-10
|
* radicale: Also run NixOS test on Python 3Aneesh Agrawal2017-04-10
|
* radicale: Add NixOS test with Python 2Aneesh Agrawal2017-04-10
Includes testing bcrypt authentication.