1
0
Fork 0
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:
Matt Layher 2022-02-21 21:41:22 -05:00
parent 14d502eb26
commit 9341d9ae9c
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -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;