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
commit acbf16d419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;