1
1
Fork 0

backyard: add ffmpeg and smartmontools

This commit is contained in:
Tim Van Baak 2024-04-16 21:09:02 +00:00
parent aa7719ed71
commit 475c0b3543
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
enable = true; 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 # This value governs how some stateful data, like databases, are handled
# across different versions of NixOS. This should not be changed to a new # across different versions of NixOS. This should not be changed to a new
# release unless the sysadmin has determined that no services would be # release unless the sysadmin has determined that no services would be