modules.services.btrbk: fix

This commit is contained in:
2025-05-13 10:50:09 +08:00
parent c1ebd6166b
commit d82bb20cfc

View File

@@ -31,7 +31,7 @@ inputs:
target_preserve_min = "1m";
ssh_user = "btrbk";
ssh_identity = inputs.config.sops.secrets.btrbk.path;
volume."ssh://wg1.${host}.chn.moe/nix" = { subvolume.persistent= {}; target = "/nix/btrbk/${host}"; };
volume."ssh://${host}.chn.moe/nix" = { subvolume.persistent= {}; target = "/nix/btrbk/${host}"; };
};
};
})