From 1688c213d4524c9bdbb7d8b409910a91136aa1c3 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Thu, 13 Nov 2025 19:35:48 +0900 Subject: [PATCH] Test: Enable niri service and *then* add-wants --- build_files/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_files/build.sh b/build_files/build.sh index ec07c52..c167d0c 100755 --- a/build_files/build.sh +++ b/build_files/build.sh @@ -96,9 +96,11 @@ dnf5 install -y \ # https://yalter.github.io/niri/ dnf5 -y copr enable avengemedia/dms dnf5 -y install niri dms -#systemctl add-wants niri.service dms dnf5 -y copr disable avengemedia/dms +systemctl enable niri.service +systemctl add-wants niri.service dms + ## CLEANUP # Delete 1Password and Tailscale repos once packages are installed