backyard: add ffmpeg and smartmontools
This commit is contained in:
parent
aa7719ed71
commit
475c0b3543
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue