Skip to content
Snippets Groups Projects
Verified Commit 3f986af5 authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] update for calamares installer jobs; add firewalld to profile

parent eac98805
No related branches found
No related tags found
No related merge requests found
...@@ -106,8 +106,10 @@ chafa ...@@ -106,8 +106,10 @@ chafa
cmatrix cmatrix
cpu-temp-speed cpu-temp-speed
curl curl
dua-cli
exa exa
fd fd
firewalld
ffmpegthumbnailer ffmpegthumbnailer
fzf fzf
gitui gitui
......
# Configuration file for Calamares
# Syntax is YAML 1.2
---
# Modules can be job modules (with different interfaces) and QtWidgets view modules.
# They could all be placed in a number of different paths.
# "modules-search" is a list of strings, each of these can either be a full path to a
# directory or the keyword "local".
# "local" means LIBDIR/calamares/modules with settings in SHARE/calamares/modules or
# /etc/calamares/modules.
# YAML: list of strings.
modules-search: [ local ]
sequence:
- show:
- welcome
- locale
- keyboard
- users
- summary
- exec:
- postoem
- locale
- keyboard
- localecfg
- machineid
- users
- cleanupoem
- show:
- finished
branding: manjaro
prompt-install: false
dont-chroot: true
...@@ -3,6 +3,7 @@ greetd.service ...@@ -3,6 +3,7 @@ greetd.service
NetworkManager.service NetworkManager.service
bluetooth.service bluetooth.service
tlp.service tlp.service
firewalld.service
zswap-arm.service zswap-arm.service
systemd-oomd.service systemd-oomd.service
irqbalance.service irqbalance.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment