about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorDaniel Frank <git@danielfrank.net>2019-12-31 13:01:46 +0100
committerDaniel Frank <git@danielfrank.net>2019-12-31 13:01:46 +0100
commit6d671372b590de36b94028e9a8a1d4d0c5db4248 (patch)
tree4c0bfaeb145b062af4fb21e6d2763c25e10676af /nixos/modules/services
parent073623d3352b0dfcf6cbb57212c339e8bf3f0fdc (diff)
downloadnixlib-6d671372b590de36b94028e9a8a1d4d0c5db4248.tar
nixlib-6d671372b590de36b94028e9a8a1d4d0c5db4248.tar.gz
nixlib-6d671372b590de36b94028e9a8a1d4d0c5db4248.tar.bz2
nixlib-6d671372b590de36b94028e9a8a1d4d0c5db4248.tar.lz
nixlib-6d671372b590de36b94028e9a8a1d4d0c5db4248.tar.xz
nixlib-6d671372b590de36b94028e9a8a1d4d0c5db4248.tar.zst
nixlib-6d671372b590de36b94028e9a8a1d4d0c5db4248.zip
nextcloud module: https is important not only for proxies
Diffstat (limited to 'nixos/modules/services')
-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 e3a2db398e62..f1dabadc119a 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -62,7 +62,7 @@ in {
     https = mkOption {
       type = types.bool;
       default = false;
-      description = "Enable if there is a TLS terminating proxy in front of nextcloud.";
+      description = "Use https for generated links.";
     };
 
     maxUploadSize = mkOption {