configuration.nix/hosts/rico1/containers/default.nix

7 lines
89 B
Nix

_: {
imports = [];
virtualisation.oci-containers = {
backend = "podman";
};
}