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, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
age.secrets.passwords-gitea-db = {
|
age.secrets.passwords-nextcloud-admin = {
|
||||||
file = ../../../secrets/passwords/gitea/db.age;
|
file = ../../../secrets/passwords/nextcloud/admin.age;
|
||||||
owner = config.users.users.nextcloud.name;
|
owner = config.users.users.nextcloud.name;
|
||||||
group = config.users.groups.nextcloud.name;
|
group = config.users.groups.nextcloud.name;
|
||||||
};
|
};
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
config = {
|
config = {
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
adminpassFile = config.age.secrets.passwords-gitea-db.path;
|
adminpassFile = config.age.secrets.passwords-nextcloud-admin.path;
|
||||||
};
|
};
|
||||||
autoUpdateApps = {
|
autoUpdateApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue