feat: Automatically mount /persist/dots in VM

This commit is contained in:
Madeleine Sydney
2024-12-30 16:37:38 -07:00
parent d67ccbc876
commit 90314bfa17

View File

@@ -53,6 +53,13 @@
};
};
# VM-specific. }:3
fileSystems."/persist/dots" = {
device = "mount-dots";
fsType = "virtiofs";
mountPoint = "/persist/dots";
};
# HACK: This is here temporarily so I can use `/persist` without
# Impermanence. This can be removed once impermanence is enabled.
# Create a group called `cfg.persistGroupName`