Initial commit

This commit is contained in:
Serĉanto de Scio 2019-06-27 11:44:13 +10:00
parent d672072b62
commit d6df2284ca
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View 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.
}