feat: persist important things on gustave

This commit is contained in:
Julien Malka 2024-05-22 15:03:22 +02:00
parent cf03adaf79
commit 358a8fe9c2
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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"
];