1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos: add media packages

This commit is contained in:
Matt Layher 2022-02-16 08:04:12 -05:00
parent 3d1ab8f235
commit 1ff337676e
2 changed files with 7 additions and 1 deletions

View file

@ -42,6 +42,7 @@ in {
comma
dmidecode
ethtool
file
fwupd
gcc
go

View file

@ -73,7 +73,12 @@ in {
# Packages specific to this machine. The base package set is defined in
# lib/system.nix.
environment.systemPackages = with pkgs; [ zfs zrepl ];
environment.systemPackages = with pkgs; [
flac
mkvtoolnix-cli
zfs
zrepl
];
services = {
apcupsd.enable = true;