mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01: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" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
"var/lib"
|
||||
"var/log"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue