Internet Connection Sharing: Difference between revisions

imported>Onny
Init page
 
imported>Jooooscha
m replace nix-env with nix shell
Line 6: Line 6:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
nix-env -iA nixos.linux-wifi-hotspot
nix shell nixpkgs#linux-wifi-hotspot
sudo create_ap wlan0 eth0 MyAccessPoint
sudo create_ap wlan0 eth0 MyAccessPoint
</syntaxhighlight>
</syntaxhighlight>