Merge pull request #385 from dylanmtaylor/patch-4

Add nginx application profile
This commit is contained in:
Anton Hvornum 2021-04-29 11:34:26 +00:00 committed by GitHub
commit 6b2ea318f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import archinstall
# Define the package list in order for lib to source
# which packages will be installed by this profile
__packages__ = ["nginx"]
installation.add_additional_packages(__packages__)
installation.enable_service('nginx')