diff --git a/modules/misc/news/2025/12/2025-12-01_09-35-38.nix b/modules/misc/news/2025/12/2025-12-01_09-35-38.nix new file mode 100644 index 000000000..40899855d --- /dev/null +++ b/modules/misc/news/2025/12/2025-12-01_09-35-38.nix @@ -0,0 +1,16 @@ +{ config, ... }: + +{ + time = "2025-12-01T12:35:38+00:00"; + condition = config.services.ludusavi.enable; + message = '' + BREAKING CHANGE: + + The `ludusavi` module has changed its default backup and restore path. + The new module implements a mechanism to automatically migrate the backups + to the new path, but if it doesn't work and you can't find your backups in + `ludusavi`, they should be in the old path: ~/\$XDG_STATE_HOME/backups/ludusavi/ + (that means a directory literally called $XDG_STATE_HOME in your home, rather than + the env var expanded). For more info, see pull #8234. + ''; +}