fix fstype checks
This commit is contained in:
parent
994fcf66bc
commit
5c72b53939
3 changed files with 3 additions and 0 deletions
|
|
@ -19,5 +19,6 @@ in {
|
|||
device = "/mnt/data/apps/cryptpad";
|
||||
depends = [ "/mnt/data" ];
|
||||
options = [ "bind" "nofail" ];
|
||||
fsType = "none";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@
|
|||
device = "/mnt/data/apps/vaultwarden/data";
|
||||
depends = [ "/mnt/data" ];
|
||||
options = [ "bind" "nofail" ];
|
||||
fsType = "none";
|
||||
};
|
||||
}
|
||||
|
|
@ -31,6 +31,7 @@ in {
|
|||
device = "/mnt/data/apps/acme/${homelab.proxy.base}";
|
||||
depends = [ "/mnt/data" ];
|
||||
options = [ "bind" "nofail" ];
|
||||
fsType = "none";
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue