basealt.mk: enable sshd for workstation

It gets enabled most of the time anyways,
and Education 8.1 has enabled it either.
This commit is contained in:
Michael Shigorin 2016-11-14 12:58:44 +03:00
parent af67c76e0d
commit 17daff9fd2

View File

@ -81,6 +81,7 @@ distro/alt-workstation: distro/.base use/luks \
@$(call set,DOCS,alt-workstation) @$(call set,DOCS,alt-workstation)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0) @$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,CONTROL,xdg-user-dirs:enabled) @$(call add,CONTROL,xdg-user-dirs:enabled)
@$(call add,SERVICES_ENABLE,sshd)
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2 bluetoothd libvirtd) @$(call add,SERVICES_ENABLE,cups smb nmb httpd2 bluetoothd libvirtd)
@$(call add,DEFAULT_SERVICES_ENABLE,fstrim.timer) @$(call add,DEFAULT_SERVICES_ENABLE,fstrim.timer)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge) @$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge)