fix: typo

This commit is contained in:
Harry 2024-08-12 17:46:05 +02:00
parent 16836bc4f2
commit 044de2fbf8

View file

@ -8,7 +8,7 @@
database.createLocally = true;
config = {
dbtype = "pgsql";
adminpassFile = config.services.nextcloud.adminNextcloudPass;
adminpassFile = config.sops.secrets.adminNextcloudPass;
};
};
}