2021-11-15 00:11:19 +01:00
|
|
|
{ ... }:
|
|
|
|
{
|
2021-11-15 00:54:27 +01:00
|
|
|
age.secrets.nextcloudAdminPassword = {
|
|
|
|
owner = "nextcloud";
|
|
|
|
group = "nextcloud";
|
|
|
|
file = ./nextcloudAdminPasswordFile.age;
|
|
|
|
};
|
|
|
|
age.secrets.nextcloudDatabasePassword = {
|
|
|
|
owner = "nextcloud";
|
|
|
|
group = "nextcloud";
|
|
|
|
file = ./nextcloudDatabasePasswordFile.age;
|
|
|
|
};
|
2021-11-15 00:11:19 +01:00
|
|
|
}
|