refactor(nixarr): move nixarr module to media-server role dir
This commit is contained in:
parent
f47154c234
commit
71e559b7cf
3 changed files with 16 additions and 3 deletions
|
|
@ -1,22 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
|
||||
{
|
||||
imports = [ inputs.nixarr.nixosModules.default ];
|
||||
nixarr = {
|
||||
enable = true;
|
||||
mediaDir = "/jellyfin";
|
||||
stateDir = "/var/lib/nixarr";
|
||||
mediaUsers = ["ooks"];
|
||||
|
||||
jellyfin.enable = true;
|
||||
sonarr.enable = true;
|
||||
radarr.enable = true;
|
||||
prowlarr.enable = true;
|
||||
transmission.enable = true;
|
||||
};
|
||||
fileSystems."/jellyfin" = {
|
||||
device = "/dev/disk/by-label/jellyfin";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue