Replies: 2 comments
-
I have same issue with you |
Beta Was this translation helpful? Give feedback.
-
I was able to get this working by installing Podman desktop on Windows, then following the instructions you linked.
As it turns out, you don't need to! From that page:
So basically, I think you just need something like this for your config, and pkgs = with pkgs; [
podman
];
users.groups.podman = {
gid = 10;
members = [ yourUserName ];
}; Then I did
and everything started working. The only caveat I've found so far is you need to use |
Beta Was this translation helpful? Give feedback.
-
Hello everyone!
I'm quite new to NixOs, and I cannot figure out how to set up Podman connection to Podman Desktop
I found a configuration for docker-desktop, however, there is no similar setup for Podman and additionally, I don't see a way how to install the podman-remote package on Nixos.
If anyone came across the issue please help 🙏
Beta Was this translation helpful? Give feedback.
All reactions