mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: nextcloud test
This commit is contained in:
parent
5c5b9988d0
commit
715234446b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
inherit (flake.config.people.user.${user0}) domain;
|
inherit (flake.config.people.user.${user0}) domain name;
|
||||||
inherit (flake.config.system.device) server wildcard;
|
inherit (flake.config.system.device) server wildcard;
|
||||||
inherit (flake.config.service.instance) nextcloud nginx;
|
inherit (flake.config.service.instance) nextcloud nginx;
|
||||||
localhost = wildcard.ip.address0;
|
localhost = wildcard.ip.address0;
|
||||||
|
@ -30,7 +30,7 @@ in {
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path;
|
adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path;
|
||||||
adminuser = user0;
|
adminuser = name;
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue