moved udev package for platformio to extra

This commit is contained in:
Sven Vogel 2023-11-17 18:44:30 +01:00
parent 31ee5532b2
commit 6ed515aa77
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,7 @@ in
./extra/dvd.nix
./extra/bluray.nix
./extra/platformio.nix
./extra/yubikey.nix
];
hardware.bluetooth.enable = true;
@ -236,8 +237,6 @@ in
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
services.udev.packages = [ pkgs.platformio ];
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];

View File

@ -1,4 +1,7 @@
{ pkgs, config, ... }: {
services.udev.packages = [ pkgs.platformio ];
# embedded board development
environment.systemPackages = with pkgs; [
platformio-core # toolchain manager for various microcontrollers