mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
fix: gustave preserved paths
This commit is contained in:
parent
b4c52bfb1d
commit
dac68219e9
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
|||
environment.persistence."/persistent" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
"var/lib"
|
||||
"var/log"
|
||||
"/var/lib"
|
||||
"/var/log"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
|
Loading…
Add table
Reference in a new issue