fix(APPA): wrong nextcloud password file
This commit is contained in:
parent
a8d6218e29
commit
7d6afb5566
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
age.secrets.passwords-gitea-db = {
|
||||
file = ../../../secrets/passwords/gitea/db.age;
|
||||
age.secrets.passwords-nextcloud-admin = {
|
||||
file = ../../../secrets/passwords/nextcloud/admin.age;
|
||||
owner = config.users.users.nextcloud.name;
|
||||
group = config.users.groups.nextcloud.name;
|
||||
};
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
database.createLocally = true;
|
||||
config = {
|
||||
adminuser = "admin";
|
||||
adminpassFile = config.age.secrets.passwords-gitea-db.path;
|
||||
adminpassFile = config.age.secrets.passwords-nextcloud-admin.path;
|
||||
};
|
||||
autoUpdateApps = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue