Don't disable nvidia-powerd

This commit is contained in:
Anders Rytter Hansen 2025-08-09 20:54:52 +00:00 committed by GitHub
commit b0c795fe4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,8 +36,6 @@ RUN dnf remove -y plocate
# Install Mullvad VPN client
RUN rpm -Uvh --nodeps https://mullvad.net/da/download/app/rpm/latest
RUN systemctl disable nvidia-powerd
# Add rule to SELinux allowing modules to be loaded into custom kernel
RUN setsebool -P domain_kernel_load_modules on