update nextcloud admin user to 'admin-reudy'

This commit is contained in:
Jakub Dorfman 2026-07-15 19:05:20 +02:00
parent f5d4becb50
commit a6c0157f46
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@
https = true;
config = {
adminuser = "admin";
adminuser = "admin-reudy";
adminpassFile = config.age.secrets."nextcloud-admin-pass".path;
dbtype = "sqlite";
};