init firefly-iii
This commit is contained in:
@@ -17,7 +17,15 @@ let
|
||||
--old-bindir $OLDBIN --new-bindir $NEWBIN \
|
||||
"$@"
|
||||
'';
|
||||
dbNames = [ "jawz" "paperless" "nextcloud" "ryot" "vaultwarden" "shiori" ];
|
||||
dbNames = [
|
||||
"jawz"
|
||||
"paperless"
|
||||
"nextcloud"
|
||||
"ryot"
|
||||
"vaultwarden"
|
||||
"shiori"
|
||||
"firefly-iii"
|
||||
];
|
||||
in {
|
||||
options.my.servers.postgres.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.servers.postgres.enable {
|
||||
|
||||
Reference in New Issue
Block a user