diff --git a/config/profiles.conf b/config/profiles.conf index 0fd24c7..1a827ab 100644 --- a/config/profiles.conf +++ b/config/profiles.conf @@ -108,7 +108,7 @@ KDE_PACKAGES=( #=============================================================================== # Profile registry - order determines menu numbering -PROFILES=(minimal server basic office) +PROFILES=(minimal basic office) # Each profile defines: # PROFILE__NAME - Display name @@ -126,19 +126,6 @@ PROFILE_minimal_KDE=false PROFILE_minimal_PACKAGES=() PROFILE_minimal_SERVICES=() -#--------------------------------------------------------------------------- -# Profile: Server -#--------------------------------------------------------------------------- -PROFILE_server_NAME="Server" -PROFILE_server_DESC="Adds Restic, Docker, and Docker Compose." -PROFILE_server_KDE=false -PROFILE_server_PACKAGES=( - restic - docker - docker-compose -) -PROFILE_server_SERVICES=(docker.service) - #--------------------------------------------------------------------------- # Profile: Basic Desktop #---------------------------------------------------------------------------