0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/podman: Add generic networkSocket interface

This commit is contained in:
Robert Hensing 2021-05-25 10:16:30 +02:00
parent ff4d83a667
commit 52844efcd6
2 changed files with 92 additions and 0 deletions

View file

@ -25,6 +25,7 @@ let
in
{
imports = [
./podman-network-socket.nix
(lib.mkRenamedOptionModule [ "virtualisation" "podman" "libpod" ] [ "virtualisation" "containers" "containersConf" ])
];