Initial commit
This commit is contained in:
parent
d672072b62
commit
d6df2284ca
8
Deployments/pi3B_rack.nix
Normal file
8
Deployments/pi3B_rack.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Configuration common to all Raspberry Pi 3 Model B devices in the MIO rack
|
||||||
|
|
||||||
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
networking.wireless.enable = false; # Toggles wireless support via wpa_supplicant.
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue