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:
parent
3d1ab8f235
commit
1ff337676e
2 changed files with 7 additions and 1 deletions
|
@ -42,6 +42,7 @@ in {
|
|||
comma
|
||||
dmidecode
|
||||
ethtool
|
||||
file
|
||||
fwupd
|
||||
gcc
|
||||
go
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue