packages/fragments: mount /etc/hosts

This commit is contained in:
Max Headroom 2022-08-31 22:48:05 +02:00
parent 276d9be5b6
commit 27eb44c6d5

View file

@ -10,6 +10,9 @@ mkNixPak {
};
bubblewrap = {
network = true;
bind.ro = [
"/etc/hosts"
];
bind.rw = [
"$HOME/.config/fragments"
];