mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
feat: added firefly-iii
This commit is contained in:
parent
509893c072
commit
9f8af5558c
3 changed files with 9 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ flake, config, ... }:
|
||||
let
|
||||
inherit (flake.config.services.instances) firefly;
|
||||
inherit (flake.config.services.instances) firefly-iii;
|
||||
inherit (flake.config.machines.devices) ceres;
|
||||
service = firefly;
|
||||
service = firefly-iii;
|
||||
in
|
||||
{
|
||||
services = {
|
||||
|
|
@ -22,7 +22,7 @@ in
|
|||
let
|
||||
sopsPath = secret: {
|
||||
path = "${service.sops.path0}/${service.name}-${secret}";
|
||||
owner = "firefly-iii";
|
||||
owner = service.name;
|
||||
mode = "600";
|
||||
};
|
||||
in
|
||||
Loading…
Add table
Add a link
Reference in a new issue