machines/magenta: enable docker swarm
This commit is contained in:
parent
9f6f0fc7d6
commit
9e1a96e947
1 changed files with 6 additions and 1 deletions
|
@ -33,5 +33,10 @@ in
|
||||||
defaults.email = "dmitriy@pleshevski.ru";
|
defaults.email = "dmitriy@pleshevski.ru";
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
# Enable docker
|
||||||
|
virtualisation.docker = {
|
||||||
|
enable = true;
|
||||||
|
liveRestore = false;
|
||||||
|
};
|
||||||
|
networking.firewall.allowedTCPPorts = [ 2377 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue