mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
feat: start dockerd on boot
This commit is contained in:
@@ -103,5 +103,8 @@
|
|||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# start dockerd on boot.
|
||||||
|
# This is required for containers which are created with the `--restart=always` flag to work.
|
||||||
|
enableOnBoot = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user