Add module for networked docker containers
The upstream docker-containers options don't support networks, and they're quite difficult to patch from downstream. For now, vendor it a little, and patch it up to support networks. It's unlikely that upstream would take this patch, since it is a little hacky.
This commit is contained in:
parent
ccf48bd68b
commit
9d209f5dda
2 changed files with 308 additions and 0 deletions
etc/nixos
|
@ -5,6 +5,8 @@
|
|||
./hardware-configuration.nix
|
||||
./linode.nix
|
||||
<nixpkgs/nixos/modules/profiles/headless.nix>
|
||||
|
||||
./modules/networked-docker-containers.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue