swann: add minicom and screen

This commit is contained in:
Luke Granger-Brown 2023-10-12 20:22:17 +00:00
parent 9f4471d040
commit dab5bd9c5b

View file

@ -598,6 +598,8 @@ in {
environment.systemPackages = with pkgs; [
ethtool
conntrack-tools
minicom
screen
(writeShellApplication {
name = "bridge-stp";
runtimeInputs = [ mstpd ];