Commit 17daff9f authored by Michael Shigorin's avatar Michael Shigorin

basealt.mk: enable sshd for workstation

It gets enabled most of the time anyways, and Education 8.1 has enabled it either.
parent af67c76e
......@@ -81,6 +81,7 @@ distro/alt-workstation: distro/.base use/luks \
@$(call set,DOCS,alt-workstation)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,CONTROL,xdg-user-dirs:enabled)
@$(call add,SERVICES_ENABLE,sshd)
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2 bluetoothd libvirtd)
@$(call add,DEFAULT_SERVICES_ENABLE,fstrim.timer)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment