mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-03 18:50:54 +02:00
feat: persist important things on gustave
This commit is contained in:
parent
cf03adaf79
commit
358a8fe9c2
1 changed files with 5 additions and 0 deletions
|
@ -36,7 +36,12 @@
|
||||||
|
|
||||||
environment.persistence."/persistent" = {
|
environment.persistence."/persistent" = {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
|
directories = [
|
||||||
|
"var/lib"
|
||||||
|
"var/log"
|
||||||
|
];
|
||||||
files = [
|
files = [
|
||||||
|
"/etc/machine-id"
|
||||||
"/etc/ssh/ssh_host_ed25519_key"
|
"/etc/ssh/ssh_host_ed25519_key"
|
||||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue