try to hide some mount points from ui tools
This commit is contained in:
parent
3fd5bac916
commit
50b7d6da88
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ in
|
||||||
{ device = "/data/root";
|
{ device = "/data/root";
|
||||||
fsType = "none";
|
fsType = "none";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
options = [ "bind" ];
|
options = [ "bind" "x-gvfs-hide" ];
|
||||||
depends = [ "/data" ];
|
depends = [ "/data" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -218,7 +218,7 @@ in
|
||||||
{ device = "/data/nixos/${config.networking.hostName}";
|
{ device = "/data/nixos/${config.networking.hostName}";
|
||||||
fsType = "none";
|
fsType = "none";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
options = [ "bind" ];
|
options = [ "bind" "x-gvfs-hide" ];
|
||||||
depends = [ "/data" ];
|
depends = [ "/data" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue