l dcso-dev: add stuff for new project
This commit is contained in:
parent
1f96fef79a
commit
d384e7f306
|
@ -63,4 +63,11 @@ in {
|
|||
networking.interfaces.et0.ipv4.addresses = [
|
||||
{ address = "10.99.23.1"; prefixLength = 24; }
|
||||
];
|
||||
virtualisation.docker.enable = true;
|
||||
environment.etc."docker/daemon.json".source = pkgs.writeText "daemon.json" ''
|
||||
{
|
||||
"bip": "172.25.0.1/16"
|
||||
}
|
||||
'';
|
||||
services.rabbitmq.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue