service/radarr: init from legacy

This commit is contained in:
Felix Buehler 2023-03-15 22:35:46 +01:00
parent 285102dc17
commit c9311fdf4f
5 changed files with 42 additions and 22 deletions

View file

@ -11,7 +11,6 @@
./wifi.nix
../../legacy/modules/webapps/bazarr.nix
../../legacy/modules/webapps/prowlarr.nix
../../legacy/modules/webapps/radarr.nix
];
networking.hostName = "serverle";

View file

@ -20,6 +20,9 @@ in
sshKeyFile = secrets."borgbackup/ssh_key".path;
};
radarr = {
enable = true;
};
sonarr = {
enable = true;
};