packages/fragments: mount /etc/hosts
This commit is contained in:
parent
276d9be5b6
commit
27eb44c6d5
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ mkNixPak {
|
||||||
};
|
};
|
||||||
bubblewrap = {
|
bubblewrap = {
|
||||||
network = true;
|
network = true;
|
||||||
|
bind.ro = [
|
||||||
|
"/etc/hosts"
|
||||||
|
];
|
||||||
bind.rw = [
|
bind.rw = [
|
||||||
"$HOME/.config/fragments"
|
"$HOME/.config/fragments"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue