Fix: Change default log driver from nixos' default, "journald" to docker's default.
May mitigate systemd becoming unresponsive after some time.
This commit is contained in:
parent
ce66ca6f0b
commit
7191a5a3bf
@ -2,6 +2,7 @@
|
|||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
daemon.settings.data-root = "/docker";
|
daemon.settings.data-root = "/docker";
|
||||||
|
logDriver = "local";
|
||||||
rootless.enable = false;
|
rootless.enable = false;
|
||||||
rootless.setSocketVariable = true;
|
rootless.setSocketVariable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user