Added lsusb to Pi's

This commit is contained in:
Serĉanto de Scio 2019-10-17 07:40:14 +10:00
parent f3678aa110
commit 772b883c1d
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 6 additions and 8 deletions

View file

@ -1,8 +0,0 @@
# 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.
}

View file

@ -21,6 +21,8 @@
allowUnfree = true;
};
networking.wireless.enable = false; # Toggles wireless support via wpa_supplicant.
documentation = {
nixos.enable = false; # Save some space by disabling the manual
};
@ -31,6 +33,10 @@
];
};
environment.systemPackages = with pkgs; [
lsusb # Tools for working with USB devices, such as lsusb
];
};
pi-tri =