feat: enable akshara service by default
This commit is contained in:
parent
11eda727db
commit
9b61ce3ea0
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ def inst_setup_base(config):
|
||||||
exec(['unsquashfs', '-f', '-d', '/mnt',
|
exec(['unsquashfs', '-f', '-d', '/mnt',
|
||||||
'/run/archiso/bootmnt/blend/x86_64/airootfs.sfs'])
|
'/run/archiso/bootmnt/blend/x86_64/airootfs.sfs'])
|
||||||
# Enable system services
|
# Enable system services
|
||||||
|
enable_service('akshara')
|
||||||
enable_service('bluetooth')
|
enable_service('bluetooth')
|
||||||
enable_service('cups')
|
enable_service('cups')
|
||||||
# Enable blend-files
|
# Enable blend-files
|
||||||
|
|
Loading…
Reference in a new issue