skyflake: persist openssh keys, acme certs

This commit is contained in:
Sandro - 2023-11-11 01:31:08 +01:00
parent b126b23fb4
commit b84f9cbcae
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ let
in
{
deployment.persistedShares = lib.optional (config.security.acme.certs != {}) "/var"
++ lib.optional config.services.openssh.enable "/etc";
microvm = {
inherit (config.deployment) mem vcpu hypervisor;