mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
news: ludusavi's default backup path changed entry
This commit is contained in:
committed by
Austin Horstman
parent
eca5f967cd
commit
93d907a205
16
modules/misc/news/2025/12/2025-12-01_09-35-38.nix
Normal file
16
modules/misc/news/2025/12/2025-12-01_09-35-38.nix
Normal file
@@ -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.
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user