diff --git a/flake.lock b/flake.lock index 4df922d..a3c88b8 100644 --- a/flake.lock +++ b/flake.lock @@ -25,11 +25,11 @@ ] }, "locked": { - "lastModified": 1720289319, - "narHash": "sha256-E3CjSsXNDWYqoNjrKQLPdEZDLR+mVI9HMa+jY//FjBY=", + "lastModified": 1720327769, + "narHash": "sha256-kAsg3Lg4YKKpGw+f1W2s5hzjP8B0y/juowvjK8utIag=", "owner": "nix-community", "repo": "home-manager", - "rev": "10486e6b311b3c5ae1c3477fee058704cea7cb4a", + "rev": "6b7ce96f34b324e4e104abc30d06955d216bac71", "type": "github" }, "original": { @@ -264,11 +264,11 @@ }, "nur": { "locked": { - "lastModified": 1720295364, - "narHash": "sha256-clwkx3bqmlWPbAtywxJoqw0K7pEVUvQj5BArCqZxcUQ=", + "lastModified": 1720349119, + "narHash": "sha256-BAQvSWAAALHlxWF8tYg3MjVoIvfMO/LMn2QlOTVT6Og=", "owner": "nix-community", "repo": "NUR", - "rev": "196f75d02c4a5662ac22763c1be690f91e21ef7b", + "rev": "35485c6a42e8f3ecb77d79fc6e3dea695e40c82d", "type": "github" }, "original": { diff --git a/hosts/Common/default.nix b/hosts/Common/default.nix index 1df181c..91412b0 100644 --- a/hosts/Common/default.nix +++ b/hosts/Common/default.nix @@ -59,18 +59,18 @@ }; fileSystems."/home/user/Workspace" = { device = "/home/server/Workspace"; - options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ]; + options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" "x-gvfs-hide"]; }; fileSystems."/home/user/Documents" = { device = "/home/server/Storage/Thomas/Documents"; - options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ]; + options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" "x-gvfs-hide"]; }; fileSystems."/home/user/Pictures" = { device = "/home/server/Storage/Thomas/Pictures"; - options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ]; + options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" "x-gvfs-hide"]; }; fileSystems."/home/user/Videos" = { device = "/home/server/Storage/Thomas/Videos"; - options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ]; + options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" "x-gvfs-hide"]; }; }