fix option name
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 30s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 30s
This commit is contained in:
parent
d4de48420f
commit
ac8e025f67
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ in {
|
||||||
|
|
||||||
fileSystems."/var/lib/cryptpad" = {
|
fileSystems."/var/lib/cryptpad" = {
|
||||||
device = "/mnt/data/apps/cryptpad";
|
device = "/mnt/data/apps/cryptpad";
|
||||||
dependsOn = [ "/mnt/data" ];
|
depends = [ "/mnt/data" ];
|
||||||
options = [ "bind" "nofail" ];
|
options = [ "bind" "nofail" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
fileSystems."/var/lib/vaultwarden" = {
|
fileSystems."/var/lib/vaultwarden" = {
|
||||||
device = "/mnt/data/apps/vaultwarden/data";
|
device = "/mnt/data/apps/vaultwarden/data";
|
||||||
dependsOn = [ "/mnt/data" ];
|
depends = [ "/mnt/data" ];
|
||||||
options = [ "bind" "nofail" ];
|
options = [ "bind" "nofail" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue