Set Nextcloud admin username to ltadeu6

This commit is contained in:
ltadeu6 2026-05-25 17:43:48 -03:00
parent 540f819b18
commit 76488c13cf
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -141,7 +141,7 @@ in {
https = true;
database.createLocally = true;
config = {
adminuser = "admin";
adminuser = "ltadeu6";
adminpassFile = "/etc/nextcloud-secrets/admin-password";
dbtype = "pgsql";
};