modules: services: nginx: overhaul modularity
This should be all that's needed for almost all my services.
This commit is contained in:
parent
906202b222
commit
a8514dcdf1
2 changed files with 175 additions and 10 deletions
|
|
@ -90,6 +90,9 @@ in
|
|||
enable = true;
|
||||
password = my.secrets.nextcloud.password;
|
||||
};
|
||||
nginx = {
|
||||
enable = true; # FIXME: remove this when done migrating
|
||||
};
|
||||
# The whole *arr software suite
|
||||
pirate.enable = true;
|
||||
# Podcast automatic downloader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue