chore: updated flake lock

This commit is contained in:
Leyla Becker 2026-04-12 17:33:22 -05:00
parent 0e55f5d40a
commit 4e9cd99894
2 changed files with 19 additions and 18 deletions

View file

@ -68,6 +68,7 @@
builtins.map (directory:
lib.attrsets.nameValuePair directory._directory {
device = directory.bind;
fsType = "none";
options = ["bind"];
}) (
builtins.filter (directory: directory.bind != null) config.host.network_storage.directories