diff --git a/hosts/nixos/porthos/services.nix b/hosts/nixos/porthos/services.nix index e0a1731..76ea1ee 100644 --- a/hosts/nixos/porthos/services.nix +++ b/hosts/nixos/porthos/services.nix @@ -136,6 +136,11 @@ in sabnzbd.enable = true; # Because I stilll need to play sysadmin ssh-server.enable = true; + # Recipe manager + tandoor-recipes = { + enable = true; + secretKeyFile = secrets."tandoor-recipes/secret-key".path; + }; # Torrent client and webui transmission = { enable = true;