From dab5bd9c5b6b8fabc4639d3e659ca748b880677a Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Thu, 12 Oct 2023 20:22:17 +0000 Subject: [PATCH] swann: add minicom and screen --- ops/nixos/swann/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/nixos/swann/default.nix b/ops/nixos/swann/default.nix index 6f56238676..44cfd75900 100644 --- a/ops/nixos/swann/default.nix +++ b/ops/nixos/swann/default.nix @@ -598,6 +598,8 @@ in { environment.systemPackages = with pkgs; [ ethtool conntrack-tools + minicom + screen (writeShellApplication { name = "bridge-stp"; runtimeInputs = [ mstpd ];