Disable nvidia-powerd to avoid crashing when the system goes into suspension
This commit is contained in:
parent
50ac8befc4
commit
5a0f94a313
1 changed files with 2 additions and 0 deletions
|
|
@ -167,6 +167,8 @@ COPY usr /usr
|
|||
|
||||
# Enable /nix mount service
|
||||
RUN systemctl enable mount-nix-prepare.service
|
||||
# Disable nvidia-powerd to avoid crashing when the system goes into suspension
|
||||
RUN systemctl disable nvidia-powerd
|
||||
|
||||
# Clear cache, /var and /tmp and commit ostree
|
||||
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue