configuration.nix/hosts/rico2/services/podman.nix

5 lines
59 B
Nix

_: {
virtualisation.podman = {
enable = true;
};
}