service/sonarr: init from legacy

This commit is contained in:
Felix Buehler 2023-03-15 22:34:36 +01:00
parent bc32120c7d
commit 285102dc17
5 changed files with 43 additions and 22 deletions

View file

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