mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 02:41:05 +01:00
feat: start dockerd on boot
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user