forked from DGNum/infrastructure
feat(web01): Add backups
This commit is contained in:
parent
bfe638a8c4
commit
c5aebedd7b
4 changed files with 5 additions and 0 deletions
|
@ -11,4 +11,6 @@ _:
|
||||||
|
|
||||||
configureNginx = true;
|
configureNginx = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dgn-backups.postgresDatabases = [ "crabfit" ];
|
||||||
}
|
}
|
||||||
|
|
BIN
machines/web01/secrets/bupstash-put_key
Normal file
BIN
machines/web01/secrets/bupstash-put_key
Normal file
Binary file not shown.
|
@ -4,6 +4,7 @@ let
|
||||||
in
|
in
|
||||||
lib.setDefault { inherit publicKeys; } [
|
lib.setDefault { inherit publicKeys; } [
|
||||||
"acme-certs_secret"
|
"acme-certs_secret"
|
||||||
|
"bupstash-put_key"
|
||||||
"matterbridge-config_file"
|
"matterbridge-config_file"
|
||||||
"named-bind_dnskeys_conf"
|
"named-bind_dnskeys_conf"
|
||||||
"ntfy_sh-environment_file"
|
"ntfy_sh-environment_file"
|
||||||
|
|
|
@ -51,4 +51,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dgn-backups.jobs.containers.settings.paths = [ "/var/lib/nixos-containers" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue