Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server.py')
-rw-r--r--profiles/server.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/server.py b/profiles/server.py
index 3ccc9715..afc37776 100644
--- a/profiles/server.py
+++ b/profiles/server.py
@@ -1,8 +1,9 @@
# Used to select various server application profiles on top of a minimal installation.
-import archinstall
import logging
+import archinstall
+
is_top_level_profile = True
available_servers = ["cockpit", "docker", "httpd", "lighttpd", "mariadb", "nginx", "postgresql", "sshd", "tomcat"]