update syncoid documentation

This commit is contained in:
Ingolf Wagner 2024-03-11 15:33:26 +01:00
parent 19ffa5b380
commit aeb9f3ad20
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -4,15 +4,15 @@
enable = true; enable = true;
commands.service2 = { commands.service2 = {
source = "zroot/services2"; source = "zroot/services2";
target = "zraid/mirror/services2"; # needs to be created but not named in disko-config.nix target = "zraid/mirror/services2"; # should not be created up front!
}; };
commands.paperless = { commands.paperless = {
source = "zroot/paperless"; source = "zroot/paperless";
target = "zraid/mirror/paperless"; # needs to be created but not named in disko-config.nix target = "zraid/mirror/paperless"; # should not be created up front!
}; };
commands.postgresql = { commands.postgresql = {
source = "zroot/postgresql"; source = "zroot/postgresql";
target = "zraid/mirror/postgresql"; # needs to be created but not named in disko-config.nix target = "zraid/mirror/postgresql"; # should not be created up front!
}; };
commonArgs = [ commonArgs = [
# Does not create new snapshot, only transfers existing # Does not create new snapshot, only transfers existing