Build Prowlarr image with NixNG
This commit is contained in:
parent
d581b6228b
commit
70880ac224
5 changed files with 15 additions and 5 deletions
9
nixng-configurations/prowlarr.nix
Normal file
9
nixng-configurations/prowlarr.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
dinit.enable = true;
|
||||
init.services.prowlarr.shutdownOnExit = true;
|
||||
|
||||
services.prowlarr = {
|
||||
enable = true;
|
||||
dataDir = "/config";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue