mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added firefly-iii
This commit is contained in:
parent
50369a4eb2
commit
f8725135e9
2 changed files with 14 additions and 11 deletions
|
|
@ -57,4 +57,7 @@
|
|||
"floorp.workspaces.enabled" = false;
|
||||
"services.sync.prefs.sync.floorp.browser.note.memos" = false;
|
||||
"services.sync.prefs.sync.floorp.optimized.verticaltab" = false;
|
||||
"signon.autofillForms" = false;
|
||||
"signon.generation.enabled" = false;
|
||||
"signon.rememberSignons" = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,12 +3,11 @@ let
|
|||
inherit (flake.config.machines.devices)
|
||||
ceres
|
||||
;
|
||||
inherit (flake.config.services.instances)
|
||||
postgresql
|
||||
firefly-iii
|
||||
inherit (flake.config.services)
|
||||
instances
|
||||
;
|
||||
|
||||
service = postgresql;
|
||||
service = instances.postgresql;
|
||||
in
|
||||
{
|
||||
services = {
|
||||
|
|
@ -16,10 +15,11 @@ in
|
|||
enable = true;
|
||||
location = service.paths.path0;
|
||||
databases = [
|
||||
"mastodon"
|
||||
"nextcloud"
|
||||
"peertube"
|
||||
"forgejo"
|
||||
instances.mastodon.name
|
||||
instances.nextcloud.name
|
||||
instances.peertube.name
|
||||
instances.forgejo.name
|
||||
instances.firefly-iii.name
|
||||
];
|
||||
};
|
||||
postgresql = {
|
||||
|
|
@ -57,9 +57,9 @@ in
|
|||
];
|
||||
|
||||
users.users.${service.name}.extraGroups = [
|
||||
"nextcloud"
|
||||
"mastodon"
|
||||
"forgejo"
|
||||
instances.nextcloud.name
|
||||
instances.mastodon.name
|
||||
instances.forgejo.name
|
||||
];
|
||||
|
||||
system.activationScripts.postgresCommands = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue