mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-10-30 17:32:09 +01:00
service/tandoor-recipes: init
This commit is contained in:
parent
9c575dd93d
commit
1d5435b49e
3 changed files with 46 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ in
|
|||
ssh-server = {
|
||||
enable = true;
|
||||
};
|
||||
# self-hosted recipe manager
|
||||
tandoor-recipes = {
|
||||
enable = true;
|
||||
};
|
||||
# Webserver
|
||||
nginx = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue