+2
-2
nixos/modules/services/backup/sanoid.nix
+2
-2
nixos/modules/services/backup/sanoid.nix
···-config.process_children_only = mkAliasDefinitions (mkDefault options.processChildrenOnly or { });+config.process_children_only = modules.mkAliasAndWrapDefsWithPriority id (options.processChildrenOnly or { });
+12
nixos/tests/sanoid.nix
+12
nixos/tests/sanoid.nix
······+# Test backward compatible options (regression test for https://github.com/NixOS/nixpkgs/issues/181561)······assert len(source.succeed("zfs allow pool")) == 0, "Pool shouldn't have delegated permissions set after snapshotting"···assert len(source.succeed("zfs allow pool")) == 0, "Pool shouldn't have delegated permissions set after syncing snapshots"