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

@ -31,6 +31,7 @@ in {
device = "/mnt/data/apps/acme/${homelab.proxy.base}";
depends = [ "/mnt/data" ];
options = [ "bind" "nofail" ];
fsType = "none";
};
services = {