feat(nixpak): exp. nixpak

This commit is contained in:
js0ny 2026-03-21 22:15:44 +00:00
parent 77d8c98415
commit ef66bb76c4
7 changed files with 477 additions and 1 deletions

View file

@ -0,0 +1,8 @@
# https://github.com/nixpak/pkgs/blob/master/pkgs/modules/network.nix
{
etc.sslCertificates.enable = true;
bubblewrap = {
bind.ro = [ "/etc/resolv.conf" ];
network = true;
};
}