fix fstype checks

This commit is contained in:
Satria 2026-05-01 15:15:07 +07:00
commit 5c72b53939
3 changed files with 3 additions and 0 deletions

View file

@ -15,5 +15,6 @@
device = "/mnt/data/apps/vaultwarden/data";
depends = [ "/mnt/data" ];
options = [ "bind" "nofail" ];
fsType = "none";
};
}