mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Auto backup actualbudget to backblaze using restic
This commit is contained in:
parent
dd01651115
commit
c7fb2a80f0
3 changed files with 36 additions and 2 deletions
|
|
@ -15,6 +15,8 @@ let
|
|||
configPath = pkgs.writeTextDir "tailscale-serve.json" serveConfig;
|
||||
in
|
||||
{
|
||||
imports = [ ./backup.nix ];
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
${serviceName} = {
|
||||
image = "ghcr.io/actualbudget/actual-server:latest";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue