Change ly to file rather than folder to avoid config being written to incorrect path
This commit is contained in:
parent
ca0987c21a
commit
fb05917bc0
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.vi_mode = true;
|
settings.vi_mode = true;
|
||||||
};
|
};
|
||||||
environment.persistence."/persist".directories = [ "/etc/ly" ];
|
environment.persistence."/persist".files = [ "/etc/ly/save.ini" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue