chore: greetd-selinux + fix podman
This commit is contained in:
parent
0c82985373
commit
0d255aa06e
2 changed files with 4 additions and 4 deletions
7
build.sh
7
build.sh
|
@ -56,13 +56,13 @@ QUADLET_TARGETS=(
|
|||
for i in "${QUADLET_TARGETS[@]}"; do
|
||||
cat > "/usr/lib/systemd/user/${i}.target" <<EOF
|
||||
[Unit]
|
||||
Description=${i}"target for ${i} quadlet
|
||||
Description="target for ${i} quadlet
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
EOF
|
||||
mkdir "/usr/lib/systemd/user/${i}.target.wants"
|
||||
ln -s /etc/containers/systemd/users/azure-cli.container "/usr/lib/systemd/user/${i}.target.wants/"
|
||||
|
||||
printf "\n\n[Install]\nWantedBy=%s.target" "$i" >> /etc/containers/systemd/users/"$i".container
|
||||
done
|
||||
|
||||
#### Setup niri deps
|
||||
|
@ -81,7 +81,6 @@ systemctl enable greetd.service
|
|||
|
||||
systemctl enable -f --global flatpak-setup.service
|
||||
systemctl enable -f --global azure-topgrade.service
|
||||
systemctl enable -f --global azure-cli.target
|
||||
|
||||
systemctl enable azure-system-setup.service
|
||||
systemctl enable azure-groups.service
|
||||
|
|
1
packages
1
packages
|
@ -1,6 +1,7 @@
|
|||
# Compositor
|
||||
xorg-x11-server-Xwayland
|
||||
greetd
|
||||
greetd-selinux
|
||||
niri
|
||||
|
||||
# apps
|
||||
|
|
Loading…
Reference in a new issue