Install shntool.
This commit is contained in:
parent
a0b0a449ca
commit
b3587531da
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user