Install flac.
This commit is contained in:
parent
b3587531da
commit
5ba548b4b7
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@
|
||||||
group = config.services.lidarr.group;
|
group = config.services.lidarr.group;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ shntool ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
flac
|
||||||
|
shntool
|
||||||
|
];
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue