config/packages/nixpak/modules/network.nix

7 lines
121 B
Nix

{
etc.sslCertificates.enable = true;
bubblewrap = {
bind.ro = [ "/etc/resolv.conf" ];
network = true;
};
}