mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-17 05:48:15 +00:00
Added support for build, image, and volume quadlets Resolved test failures due to podman 5.3.0 upgrade Replaced several instances of pkgs.podman with services.podman.package
10 lines
292 B
Nix
10 lines
292 B
Nix
{
|
|
podman-configuration = ./configuration.nix;
|
|
podman-container = ./container.nix;
|
|
podman-build = ./build.nix;
|
|
podman-image = ./image.nix;
|
|
podman-integration = ./integration.nix;
|
|
podman-manifest = ./manifest.nix;
|
|
podman-network = ./network.nix;
|
|
podman-volume = ./volume.nix;
|
|
}
|