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 = [
@ -48,5 +48,7 @@
group = config.services.lidarr.group;
};
environment.systemPackages = with pkgs; [ shntool ];
system.stateVersion = "23.11";
}