WIP: use 'XDG_STATE_HOME' for history files
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
Bruno BELANYI 2024-08-29 10:10:26 +00:00
parent de96a9388e
commit f3e04a1db2
5 changed files with 11 additions and 8 deletions

View file

@ -20,7 +20,7 @@ in
};
xdg.configFile."wgetrc".text = ''
hsts-file = ${config.xdg.dataHome}/wget-hsts
hsts-file = ${config.xdg.stateHome}/wget-hsts
'';
};
}