feat: start dockerd on boot

This commit is contained in:
Ryan Yin
2023-08-03 23:53:04 +08:00
parent 7ce3e9a391
commit c515ea9807

View File

@@ -103,5 +103,8 @@
virtualisation.docker = {
enable = true;
# start dockerd on boot.
# This is required for containers which are created with the `--restart=always` flag to work.
enableOnBoot = true;
};
}