Fix backup module symlinks

This commit is contained in:
Sandro - 2024-01-11 21:51:08 +01:00
parent 32a85a9579
commit 5a3413a791
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ in
config = {
c3d2.deployment.mounts = [ "etc" "home" "var" ];
# make mounts like /etc /home /var available early so that they can be used in system.activationScripts
fileSystems = lib.genAttrs (map (x: "/" + x) config.c3d2.deployment.mounts)
(_: { neededForBoot = true; });
microvm = {
hypervisor = lib.mkDefault "cloud-hypervisor";
mem = lib.mkDefault 512;