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