PSA: if you are on #NixOS unstable and using syncoid to replicate your #zfs datasets and have updated recently (ie you are on zfs 2.2.0) your jobs might be failing!

The workaround to fix this is to put the following in your configuration:

services.syncoid.service.serviceConfig.PrivateUsers = lib.mkForce false;

https://github.com/NixOS/nixpkgs/issues/264071#issuecomment-1793583098

nixos/syncoid: incorrectly detects source dataset as non-existent · Issue #264071 · NixOS/nixpkgs

Describe the bug The Syncoid service I have created with the syncoid NixOS module is incorrectly determining that the source dataset does not exist. Steps To Reproduce Add the following to the NixO...

GitHub