mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-03 18:50:54 +02: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" = {
|
environment.persistence."/persistent" = {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
"var/lib"
|
"/var/lib"
|
||||||
"var/log"
|
"/var/log"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
|
|
Loading…
Add table
Reference in a new issue