fix option name
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 30s

This commit is contained in:
Satria 2026-05-01 08:10:22 +07:00
commit ac8e025f67
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ in {
fileSystems."/var/lib/cryptpad" = {
device = "/mnt/data/apps/cryptpad";
dependsOn = [ "/mnt/data" ];
depends = [ "/mnt/data" ];
options = [ "bind" "nofail" ];
};
}

View file

@ -13,7 +13,7 @@
fileSystems."/var/lib/vaultwarden" = {
device = "/mnt/data/apps/vaultwarden/data";
dependsOn = [ "/mnt/data" ];
depends = [ "/mnt/data" ];
options = [ "bind" "nofail" ];
};
}