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;
|
"floorp.workspaces.enabled" = false;
|
||||||
"services.sync.prefs.sync.floorp.browser.note.memos" = false;
|
"services.sync.prefs.sync.floorp.browser.note.memos" = false;
|
||||||
"services.sync.prefs.sync.floorp.optimized.verticaltab" = 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)
|
inherit (flake.config.machines.devices)
|
||||||
ceres
|
ceres
|
||||||
;
|
;
|
||||||
inherit (flake.config.services.instances)
|
inherit (flake.config.services)
|
||||||
postgresql
|
instances
|
||||||
firefly-iii
|
|
||||||
;
|
;
|
||||||
|
|
||||||
service = postgresql;
|
service = instances.postgresql;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
|
|
@ -16,10 +15,11 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
location = service.paths.path0;
|
location = service.paths.path0;
|
||||||
databases = [
|
databases = [
|
||||||
"mastodon"
|
instances.mastodon.name
|
||||||
"nextcloud"
|
instances.nextcloud.name
|
||||||
"peertube"
|
instances.peertube.name
|
||||||
"forgejo"
|
instances.forgejo.name
|
||||||
|
instances.firefly-iii.name
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
|
|
@ -57,9 +57,9 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.${service.name}.extraGroups = [
|
users.users.${service.name}.extraGroups = [
|
||||||
"nextcloud"
|
instances.nextcloud.name
|
||||||
"mastodon"
|
instances.mastodon.name
|
||||||
"forgejo"
|
instances.forgejo.name
|
||||||
];
|
];
|
||||||
|
|
||||||
system.activationScripts.postgresCommands = ''
|
system.activationScripts.postgresCommands = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue