Add nginx profile
This commit is contained in:
parent
aa0f432726
commit
eb2174eef9
|
|
@ -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')
|
||||||
Loading…
Reference in New Issue