Remove niri dependency from DMS service configuration in Containerfile
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2025-12-11 20:21:48 +01:00
parent c76f68b69c
commit 7d95ddee95

View File

@@ -117,9 +117,6 @@ RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flath
#Définir le target graphique par défaut #Définir le target graphique par défaut
RUN systemctl set-default graphical.target RUN systemctl set-default graphical.target
#Ajout de niri comme dépendance de DMS
RUN systemctl --user add-wants niri.service dms
#Activation des services + Desactivation de bootc-update automatique #Activation des services + Desactivation de bootc-update automatique
RUN systemctl preset-all && \ RUN systemctl preset-all && \
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \ systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \