backups: got the backup configed, but fecked up the networking

This commit is contained in:
silver 2023-07-04 22:26:47 +01:00
parent ccf78c06a4
commit 0e9a44f67c
4 changed files with 58 additions and 4 deletions

View file

@ -39,7 +39,7 @@
{
name = value.config.services.skynet_backup.host.name;
value = base // {
repositoryFile = "${destination}/${value.config.services.skynet_backup.host.name}";
repositoryFile = "/etc/skynet/restic/${value.config.services.skynet_backup.host.name}";
backupPrepareCommand = ''
#!${pkgs.stdenv.shell}