X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fsystem%2Fbackup-2.nix;h=3d51fa3bdaf2305fbf0b9bc4d2edde6060d4ec40;hp=0e94a1ad6afe419c002643d51c376697f81b9d76;hb=dded66995529a0419cc56778f4ebb4247c2ab765;hpb=9f6a78629aad1d22dc8b928860fd05eb40f07352 diff --git a/modules/private/system/backup-2.nix b/modules/private/system/backup-2.nix index 0e94a1a..3d51fa3 100644 --- a/modules/private/system/backup-2.nix +++ b/modules/private/system/backup-2.nix @@ -77,6 +77,16 @@ }; }; }; + redis = { + enable = true; + base = "/backup2"; + hosts = { + eldiron = { + host = "127.0.0.1"; + port = "16379"; + }; + }; + }; }; # This value determines the NixOS release with which your system is