From db088154b6bf7bb7be4185fffdb1c65359bec850 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sat, 4 Jan 2025 12:51:45 +0100 Subject: [PATCH] chore: enable podman socket for users --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index a875657..2237e89 100755 --- a/build.sh +++ b/build.sh @@ -90,6 +90,7 @@ ln -s /usr/lib/systemd/user/kanshi.service /usr/lib/systemd/user/niri.service.wa #### Services systemctl enable podman.socket +systemctl enable -f --global podman.socket systemctl enable podman-auto-update.timer systemctl enable greetd.service