From 0a06cf564b2986da299fc4da28672b9e96ec36e2 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 16 Jun 2023 19:22:41 +0200 Subject: [PATCH] Add osumb to the system packages --- m/common/main.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m/common/main.nix b/m/common/main.nix index ec3775eb..f8622b14 100644 --- a/m/common/main.nix +++ b/m/common/main.nix @@ -35,6 +35,8 @@ vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file tree ncdu + # From bsckgs overlay + bsc.osumb ]; systemd.services."serial-getty@ttyS0" = {