Merge pull request #247709 from Ma27/nextcloud-adminuser-doc-fix

nixos/nextcloud: improve documentation of `adminuser`-option
This commit is contained in:
WilliButz
2023-08-08 16:29:59 +02:00
committed by GitHub
@@ -405,7 +405,11 @@ in {
adminuser = mkOption {
type = types.str;
default = "root";
description = lib.mdDoc "Username for the admin account.";
description = lib.mdDoc ''
Username for the admin account. The username is only set during the
initial setup of Nextcloud! Since the username also acts as unique
ID internally, it cannot be changed later!
'';
};
adminpassFile = mkOption {
type = types.str;