Add Rupert’s configuration
This commit is contained in:
commit
2b4264d32d
31 changed files with 1742 additions and 0 deletions
14
hosts/development.nix
Normal file
14
hosts/development.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
picocom
|
||||
usbutils # lsusb etc.
|
||||
binwalk
|
||||
];
|
||||
|
||||
users.extraGroups = {
|
||||
plugdev = {
|
||||
members = [ "fruchti" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue