swann: add minicom and screen
This commit is contained in:
parent
9f4471d040
commit
dab5bd9c5b
1 changed files with 2 additions and 0 deletions
|
@ -598,6 +598,8 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ethtool
|
ethtool
|
||||||
conntrack-tools
|
conntrack-tools
|
||||||
|
minicom
|
||||||
|
screen
|
||||||
(writeShellApplication {
|
(writeShellApplication {
|
||||||
name = "bridge-stp";
|
name = "bridge-stp";
|
||||||
runtimeInputs = [ mstpd ];
|
runtimeInputs = [ mstpd ];
|
||||||
|
|
Loading…
Reference in a new issue