mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: firefly-iii test
This commit is contained in:
parent
eb9f5235ef
commit
c40de5596b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ flake, config, ... }:
|
{ flake, config, ... }:
|
||||||
let
|
let
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
inherit (flake.config.people.users.${user0}) email;
|
||||||
inherit (flake.config.services.instances) firefly web;
|
inherit (flake.config.services.instances) firefly web;
|
||||||
inherit (flake.config.machines.devices) ceres;
|
inherit (flake.config.machines.devices) ceres;
|
||||||
service = firefly;
|
service = firefly;
|
||||||
|
@ -15,7 +16,7 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
APP_URL = host;
|
APP_URL = host;
|
||||||
APP_KEY_FILE = config.sops.secrets."${service.name}-key".path;
|
APP_KEY_FILE = config.sops.secrets."${service.name}-key".path;
|
||||||
SITE_OWNER = user0.email.address0;
|
SITE_OWNER = email.address0;
|
||||||
# DB_PORT = 3306;
|
# DB_PORT = 3306;
|
||||||
DB_DATABASE = "firefly";
|
DB_DATABASE = "firefly";
|
||||||
DB_USERNAME = "firefly";
|
DB_USERNAME = "firefly";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue