update syncoid documentation
This commit is contained in:
parent
19ffa5b380
commit
aeb9f3ad20
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@
|
|||
enable = true;
|
||||
commands.service2 = {
|
||||
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 = {
|
||||
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 = {
|
||||
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 = [
|
||||
# Does not create new snapshot, only transfers existing
|
||||
|
|
Loading…
Reference in a new issue