Fix waiting for docker containers to exit on shutdown/reboot
See https://discourse.nixos.org/t/docker-hanging-on-reboot/18270/4.
This commit is contained in:
parent
fafe664c95
commit
469e793c15
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
enable = true;
|
||||
# Automatically `docker system prune` weekly
|
||||
autoPrune.enable = true;
|
||||
# Fix waiting for docker containers to exit on shutdown/reboot
|
||||
# https://discourse.nixos.org/t/docker-hanging-on-reboot/18270/4
|
||||
liveRestore = false;
|
||||
};
|
||||
|
||||
# Being a member of the docker group is effectively equivalent to being root,
|
||||
|
|
Loading…
Reference in a new issue