mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 10:42:42 +00:00
8 lines
191 B
Nix
8 lines
191 B
Nix
# https://github.com/nixpak/pkgs/blob/master/pkgs/modules/network.nix
|
|
{
|
|
etc.sslCertificates.enable = true;
|
|
bubblewrap = {
|
|
bind.ro = [ "/etc/resolv.conf" ];
|
|
network = true;
|
|
};
|
|
}
|