config/packages/nixpak/modules/network.nix

8 lines
121 B
Nix
Raw Normal View History

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