kill the hide flags, might confuse udisk
This commit is contained in:
parent
c32f789013
commit
31402ea9d2
|
@ -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" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue