From 31402ea9d2ebe0e793e44f0fe1952c4549c8ebab Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 27 Jul 2024 16:35:24 +0200 Subject: kill the hide flags, might confuse udisk --- share/common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/common.nix b/share/common.nix index 43d9ca4..e34d5bb 100644 --- a/share/common.nix +++ b/share/common.nix @@ -100,7 +100,7 @@ in { device = "/data/home"; fsType = "none"; neededForBoot = true; - options = [ "bind" "x-gvfs-hide" ]; + options = [ "bind" ]; depends = [ "/data" ]; }; @@ -109,7 +109,7 @@ in { device = "/data/root"; fsType = "none"; neededForBoot = true; - options = [ "bind" "x-gvfs-hide" ]; + options = [ "bind" ]; depends = [ "/data" ]; }; @@ -118,7 +118,7 @@ in { device = "/data/nixos/${config.networking.hostName}"; fsType = "none"; neededForBoot = true; - options = [ "bind" "x-gvfs-hide" ]; + options = [ "bind" ]; depends = [ "/data" ]; }; -- cgit v1.2.3