Merge pull request #247709 from Ma27/nextcloud-adminuser-doc-fix
nixos/nextcloud: improve documentation of `adminuser`-option
This commit is contained in:
commit
acbf16d419
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user