Revert "skyflake: persist openssh keys, acme certs"

This reverts commit b84f9cbcae.
This commit is contained in:
Sandro - 2023-11-11 01:53:07 +01:00
parent b84f9cbcae
commit 3f7486b35b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ 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;