1
0

modules/backup: add backup module using restic

This commit is contained in:
2023-05-16 12:21:11 +02:00
parent 2ab99d861a
commit 05a2742a91
4 changed files with 136 additions and 9 deletions
configuration/common
hosts/minecraft-2
modules

@@ -117,6 +117,13 @@
clerie.nixfiles.enable = true;
clerie.backup = {
targets = {
cyan.serverName = "cyan.backup.clerie.de";
magenta.serverName = "magenta.backup.clerie.de";
};
};
nixpkgs.overlays = [
(import ../../pkgs/overlay.nix)
];