From 475c0b3543e136b2fd7a07640d18e81498f8761d Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 16 Apr 2024 21:09:02 +0000 Subject: [PATCH] backyard: add ffmpeg and smartmontools --- machine/backyard/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machine/backyard/default.nix b/machine/backyard/default.nix index ef27f93..1441329 100644 --- a/machine/backyard/default.nix +++ b/machine/backyard/default.nix @@ -28,6 +28,11 @@ enable = true; }; + environment.systemPackages = with pkgs; [ + ffmpeg # omnipotent media tool + smartmontools # provides smartctl drive inspector + ]; + # This value governs how some stateful data, like databases, are handled # across different versions of NixOS. This should not be changed to a new # release unless the sysadmin has determined that no services would be