use my fork for borgbackup module
This commit is contained in:
parent
6600c19b52
commit
480991e3a9
5 changed files with 31 additions and 7 deletions
|
@ -43,8 +43,6 @@
|
|||
];
|
||||
# warnings are often not that serious
|
||||
failOnWarnings = false;
|
||||
# anything other than exit code 1 is considered failure and BORG_EXIT_CODES=modern uses a whole lot more codes for warning
|
||||
appendFailedSuffix = false;
|
||||
postHook = ''
|
||||
${pkgs.curl}/bin/curl -u $(cat ${
|
||||
config.sops.secrets."services/ntfy".path
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -26,6 +27,10 @@
|
|||
./conduit.nix
|
||||
./immich.nix
|
||||
./element.nix
|
||||
{
|
||||
disabledModules = [ "services/backup/borgbackup.nix"];
|
||||
}
|
||||
(inputs.nixpkgs-borg + "/nixos/modules/services/backup/borgbackup.nix")
|
||||
];
|
||||
|
||||
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue