Skip to content

Commit

Permalink
backups: add teos and teos-watchtower to regular backups
Browse files Browse the repository at this point in the history
  • Loading branch information
seberm committed Aug 19, 2024
1 parent a505790 commit 0dd5fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/backups.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ let
''}
${config.services.bitcoind.dataDir}
${config.services.clightning.dataDir}
${config.services.clightning.plugins.teos-watchtower.dataDir}
${config.services.clightning-rest.dataDir}
${config.services.lnd.dataDir}
${optionalString (!cfg.with-bulk-data) ''
Expand All @@ -71,6 +72,7 @@ let
''}
${config.services.liquidd.dataDir}
${optionalString cfg.with-bulk-data "${config.services.electrs.dataDir}"}
${optionalString cfg.with-bulk-data "${config.services.teos.dataDir}"}
${config.services.nbxplorer.dataDir}
${config.services.btcpayserver.dataDir}
${config.services.joinmarket.dataDir}
Expand Down

0 comments on commit 0dd5fdb

Please sign in to comment.