From 9341d9ae9c1a9f59368e666139e2649768406a9b Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Mon, 21 Feb 2022 21:41:22 -0500 Subject: [PATCH] nixos/servnerr-3: nixfmt packages Signed-off-by: Matt Layher --- nixos/servnerr-3/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nixos/servnerr-3/configuration.nix b/nixos/servnerr-3/configuration.nix index 737fe2d..80bc923 100644 --- a/nixos/servnerr-3/configuration.nix +++ b/nixos/servnerr-3/configuration.nix @@ -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;