mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
9 lines
191 B
Nix
9 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;
|
|
};
|
|
}
|