chore: better provisioned vm resources

This commit is contained in:
Nick 2025-11-24 19:28:55 -06:00
parent 936e8207d0
commit 1fa809d7f5
9 changed files with 15 additions and 20 deletions

View file

@ -94,12 +94,6 @@ in
source = "/nix/store";
tag = "read_only_nix_store";
}
{
mountPoint = "/var/lib/${serviceCfg.name}";
proto = "virtiofs";
source = serviceCfg.mntPaths.path0;
tag = "${serviceCfg.name}_data";
}
{
mountPoint = "/run/secrets";
proto = "virtiofs";