mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/sonarr: init from legacy
This commit is contained in:
parent
bc32120c7d
commit
285102dc17
5 changed files with 43 additions and 22 deletions
|
@ -12,7 +12,6 @@
|
|||
../../legacy/modules/webapps/bazarr.nix
|
||||
../../legacy/modules/webapps/prowlarr.nix
|
||||
../../legacy/modules/webapps/radarr.nix
|
||||
../../legacy/modules/webapps/sonarr.nix
|
||||
];
|
||||
networking.hostName = "serverle";
|
||||
|
||||
|
|
|
@ -20,6 +20,10 @@ in
|
|||
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
||||
};
|
||||
|
||||
sonarr = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
ssh-server = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue