Update docker service configuration.
This commit is contained in:
parent
460da50ab8
commit
f344ca1772
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
|||
with lib;
|
||||
|
||||
mkIf (elem "docker" config.machine.services) {
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker= {
|
||||
enable = true;
|
||||
# Disable live restore as it tends to delay/block system shutdown
|
||||
liveRestore = false;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ docker-compose docker-machine ];
|
||||
### Docker Image stuff will probably follow here
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue