mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/servnerr-3: nixfmt packages
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
14d502eb26
commit
9341d9ae9c
1 changed files with 1 additions and 6 deletions
|
@ -73,12 +73,7 @@ in {
|
|||
|
||||
# Packages specific to this machine. The base package set is defined in
|
||||
# lib/system.nix.
|
||||
environment.systemPackages = with pkgs; [
|
||||
flac
|
||||
mkvtoolnix-cli
|
||||
zfs
|
||||
zrepl
|
||||
];
|
||||
environment.systemPackages = with pkgs; [ flac mkvtoolnix-cli zfs zrepl ];
|
||||
|
||||
services = {
|
||||
apcupsd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue