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:
parent
ff4d83a667
commit
52844efcd6
2 changed files with 92 additions and 0 deletions
|
@ -25,6 +25,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./podman-network-socket.nix
|
||||
(lib.mkRenamedOptionModule [ "virtualisation" "podman" "libpod" ] [ "virtualisation" "containers" "containersConf" ])
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue