nixos/nextcloud: Add options services.nextcloud.autoUpdateApps

nixos/nextcloud: Add documentation for nextcloud app installation and updates

nixos/nextcloud: Enable autoUpdateApps in nextcloud test

nixos/nextcloud: Fix typo in nixos/modules/services/web-apps/nextcloud.xml

Co-Authored-By: Florian Klink <flokli@flokli.de>

nixos/nextcloud: Escape html in option description

nixos/nextcloud: Fix autoUpdateApps URL in documentation.

Co-Authored-By: Florian Klink <flokli@flokli.de>
This commit is contained in:
Malte Brandy
2019-05-21 13:24:23 +02:00
co-authored by Florian Klink
parent 2a3bb2f8ac
commit 49f05a1760
3 changed files with 32 additions and 0 deletions
+4
View File
@@ -22,6 +22,10 @@ in {
# Don't inherit adminuser since "root" is supposed to be the default
inherit adminpass;
};
autoUpdateApps = {
enable = true;
startAt = "20:00";
};
};
};
};