Install shntool.

This commit is contained in:
Nolan Darilek 2024-12-24 09:05:23 -06:00
parent a0b0a449ca
commit b3587531da

View File

@ -1,4 +1,4 @@
{ config, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
@ -48,5 +48,7 @@
group = config.services.lidarr.group; group = config.services.lidarr.group;
}; };
environment.systemPackages = with pkgs; [ shntool ];
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }