Add Radarr
This commit is contained in:
parent
87dbe50e8c
commit
c2c2d444f0
1 changed files with 12 additions and 0 deletions
|
|
@ -231,6 +231,13 @@
|
|||
LegalNotice.Accepted = true;
|
||||
};
|
||||
};
|
||||
radarr = {
|
||||
enabled = true;
|
||||
package = pkgs.unstable.radarr;
|
||||
settings = {
|
||||
server.port = 15837;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
|
@ -262,6 +269,11 @@
|
|||
"media"
|
||||
];
|
||||
};
|
||||
radarr = {
|
||||
extraGroups = [
|
||||
"media"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue