Remove hardcoded nextcloud admin username.
This commit is contained in:
parent
96903f0552
commit
535a8079e6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ mkIf (elem "nextcloud" config.machine.services) {
|
|||
https = true;
|
||||
maxUploadSize = "1024M";
|
||||
config = {
|
||||
adminuser = "derped";
|
||||
adminuser = mkDefault (elemAt cfg.administrators 0).name;
|
||||
adminpassFile = "${cfg.secretPath}/nextcloud_admin";
|
||||
dbtype = "mysql";
|
||||
dbhost = "localhost";
|
||||
|
|
Loading…
Reference in a new issue