Unverified Commit acbf16d4 authored by WilliButz's avatar WilliButz Committed by GitHub
Browse files

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

nixos/nextcloud: improve documentation of `adminuser`-option
parents 86ca2f66 648546b0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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;