+20
nixos/doc/manual/release-notes/rl-2305.section.md
+20
nixos/doc/manual/release-notes/rl-2305.section.md
···- `services.sourcehut.dispatch` and the corresponding package (`sourcehut.dispatchsrht`) have been removed due to [upstream deprecation](https://sourcehut.org/blog/2022-08-01-dispatch-deprecation-plans/).- The [services.snapserver.openFirewall](#opt-services.snapserver.openFirewall) module option default value has been changed from `true` to `false`. You will need to explicitly set this option to `true`, or configure your firewall.
+107
-39
nixos/modules/services/misc/snapper.nix
+107
-39
nixos/modules/services/misc/snapper.nix
······+freeformType = types.attrsOf (types.oneOf [ (types.listOf safeStr) types.bool safeStr types.number ]);···+text = lib.generators.toKeyValue { inherit mkKeyValue; } (filterAttrs (k: v: v != defaultOf k) subvolume);···+The option definition `services.snapper.configs.${name}.extraConfig' no longer has any effect; please remove it.+The contents of this option should be migrated to attributes on `services.snapper.configs.${name}'.+The option definition `services.snapper.configs.${name}.${attr}' has been renamed to `services.snapper.configs.${name}.${toUpper attr}'.