Integrated box host
This commit is contained in:
11
modules/raspberrypi.nix
Normal file
11
modules/raspberrypi.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
libraspberrypi
|
||||
raspberrypi-eeprom
|
||||
docker-compose
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user