feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 12:37:23 -05:00
parent 5c5b9988d0
commit 715234446b

View file

@ -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 = {