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

@ -19,5 +19,6 @@ in {
device = "/mnt/data/apps/cryptpad";
depends = [ "/mnt/data" ];
options = [ "bind" "nofail" ];
fsType = "none";
};
}

View file

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

View file

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