summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authorMarwan Aljubeh <marwan.aljubeh@gmail.com>2018-10-25 15:55:33 +0100
committerRobin Gloster <mail@glob.in>2018-10-25 18:04:36 +0200
commit8ddefe857dbbb909248f5225156c65f7ee457fdd (patch)
tree6d5a93fe0309917b8a3821cc377726be5d2eb7dc /nixos/modules/services/web-apps
parentbdd3c909aef0c14c5cb074fa1bcf5fe40e2a7600 (diff)
downloadnixlib-8ddefe857dbbb909248f5225156c65f7ee457fdd.tar
nixlib-8ddefe857dbbb909248f5225156c65f7ee457fdd.tar.gz
nixlib-8ddefe857dbbb909248f5225156c65f7ee457fdd.tar.bz2
nixlib-8ddefe857dbbb909248f5225156c65f7ee457fdd.tar.lz
nixlib-8ddefe857dbbb909248f5225156c65f7ee457fdd.tar.xz
nixlib-8ddefe857dbbb909248f5225156c65f7ee457fdd.tar.zst
nixlib-8ddefe857dbbb909248f5225156c65f7ee457fdd.zip
nixos/nextcloud: fix a typo
The NextCloud `adminpass` option sets the admin password, not the database password.
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/nextcloud.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix
index 797d410dbeb3..c7e97bbeba9a 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -192,7 +192,7 @@ in {
         type = types.nullOr types.str;
         default = null;
         description = ''
-          Database password.  Use <literal>adminpassFile</literal> to avoid this
+          Admin password.  Use <literal>adminpassFile</literal> to avoid this
           being world-readable in the <literal>/nix/store</literal>.
         '';
       };