Add RaspberryPi specific programs
This commit is contained in:
parent
09cc324062
commit
5e0a5d9470
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
../../hardware/hosts/adsb-antenna.nix
|
||||
../nixos/raspberry.nix
|
||||
../nixos/ssh.nix
|
||||
|
||||
../nixos/git.nix
|
||||
|
|
7
system/nixos/raspberry.nix
Normal file
7
system/nixos/raspberry.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
libraspberrypi
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue