Skip to content

Commit 6f4e18f

Browse files
committed
update readme
1 parent 4101117 commit 6f4e18f

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,12 @@ Add nixflix to your flake inputs:
7878
sonarr = {
7979
enable = true;
8080
mediaDirs = [
81-
{ dir = "/data/media/tv"; }
82-
{ dir = "/data/media/anime"; }
81+
"/data/media/tv"
82+
"/data/media/anime"
8383
];
8484
config = {
8585
apiKeyPath = "/run/secrets/sonarr/api_key";
8686
hostConfig = {
87-
port = 8989;
8887
username = "admin";
8988
passwordPath = "/run/secrets/sonarr/password";
9089
};
@@ -115,6 +114,13 @@ Add nixflix to your flake inputs:
115114
location = "us nyc";
116115
killSwitch.enable = true;
117116
};
117+
118+
recyclarr = {
119+
enable = true;
120+
cleanupUnmanagedProfiles = false;
121+
radarr.anime.enable = true;
122+
sonarr.anime.enable = true;
123+
};
118124
};
119125
}
120126
```

0 commit comments

Comments
 (0)