diff --git a/flake.lock b/flake.lock index 7eefe5e..7e9fd03 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1775707386, - "narHash": "sha256-1tNzciseW4+JQTSUxCVz1UhW//LuosLb9f3liFOhrL8=", + "lastModified": 1775966594, + "narHash": "sha256-pnRtaqTr7ut8dz8b04OWAanUM4tGhDUJz8SWmeTRp7U=", "owner": "rycee", "repo": "nur-expressions", - "rev": "c1db0626fa993fe4e773d4c83df4cbb9684e434f", + "rev": "000d1d2322d28fa0a51b8db9f85a227aa5413b52", "type": "gitlab" }, "original": { @@ -115,11 +115,11 @@ ] }, "locked": { - "lastModified": 1775781825, - "narHash": "sha256-L5yKTpR+alrZU2XYYvIxCeCP4LBHU5jhwSj7H1VAavg=", + "lastModified": 1776030105, + "narHash": "sha256-b4cNpWPDSH+/CTTiw8++yGh1UYG2kQNrbIehV2iGoeo=", "owner": "nix-community", "repo": "home-manager", - "rev": "e35c39fca04fee829cecdf839a50eb9b54d8a701", + "rev": "49088dc2e7a876e338e510c5f5f60f659819c650", "type": "github" }, "original": { @@ -251,11 +251,11 @@ ] }, "locked": { - "lastModified": 1775703285, - "narHash": "sha256-Dck/lX920n3ClC6U2m3fWaXgoGrtJpnqfGCdiOb8Gf4=", + "lastModified": 1775964551, + "narHash": "sha256-PFqgleO6rpvnLsSWzkihL1fLTbE2DW9qtpXJZjyNMTg=", "owner": "nix-community", "repo": "nix-vscode-extensions", - "rev": "c2281bf25d05ecb8155319456340afd34bea28ec", + "rev": "8cb99bb38a916ac38c73003730d7bdd9f67ab657", "type": "github" }, "original": { @@ -282,11 +282,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1775423009, - "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=", + "lastModified": 1775710090, + "narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=", "owner": "nixos", "repo": "nixpkgs", - "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9", + "rev": "4c1018dae018162ec878d42fec712642d214fdfa", "type": "github" }, "original": { @@ -334,11 +334,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1775657991, - "narHash": "sha256-N2DDTsfp5WLET7qDzqhWCKS9NY6ZRf5dLy6vnoBa5ZA=", + "lastModified": 1775939911, + "narHash": "sha256-PduHafcXfzsZBG25JrhX+scVoQnCCDjlkspxCNe2264=", "owner": "IntQuant", "repo": "noita_entangled_worlds", - "rev": "2517fe617a03f80c51965836d8fe5ad7958b624b", + "rev": "bff11677dd50cffe249f6d6f547f56d917e31118", "type": "github" }, "original": { @@ -412,11 +412,11 @@ ] }, "locked": { - "lastModified": 1775682595, - "narHash": "sha256-0E9PohY/VuESLq0LR4doaH7hTag513sDDW5n5qmHd1Q=", + "lastModified": 1775971308, + "narHash": "sha256-VKp9bhVSm0bT6JWctFy06ocqxGGnWHi1NfoE90IgIcY=", "owner": "Mic92", "repo": "sops-nix", - "rev": "d2e8438d5886e92bc5e7c40c035ab6cae0c41f76", + "rev": "31ac5fe5d015f76b54058c69fcaebb66a55871a4", "type": "github" }, "original": { diff --git a/modules/nixos/programs/network_storage/network_storage.nix b/modules/nixos/programs/network_storage/network_storage.nix index 7e23c79..acdf61e 100644 --- a/modules/nixos/programs/network_storage/network_storage.nix +++ b/modules/nixos/programs/network_storage/network_storage.nix @@ -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