Persist the whole fish state dir to avoid cross-device renames.
This commit is contained in:
@@ -17,10 +17,11 @@
|
|||||||
|
|
||||||
persistence."/persist/home/ppetru" = {
|
persistence."/persist/home/ppetru" = {
|
||||||
directories = [
|
directories = [
|
||||||
|
".local/share/fish"
|
||||||
".ssh"
|
".ssh"
|
||||||
"projects"
|
"projects"
|
||||||
];
|
];
|
||||||
files = [ ".local/share/fish/fish_history" ];
|
files = [ ];
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user