nixos-config/sys/profiles/services/podman.nix
2025-05-11 23:41:46 +02:00

5 lines
56 B
Nix

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