diff --git a/profiles/virt/default.nix b/profiles/virt/default.nix index 1e775175..8ac5b10a 100644 --- a/profiles/virt/default.nix +++ b/profiles/virt/default.nix @@ -9,18 +9,14 @@ ]; }; - podman = { - enable = true; - dockerCompat = true; - }; - + podman.enable = true; oci-containers.backend = "podman"; - }; # you'll need to add your user to 'libvirtd' group to use virt-manager environment.systemPackages = with pkgs; [ virt-manager vagrant ]; + environment.shellAliases.docker = "podman"; environment.sessionVariables = { VAGRANT_DEFAULT_PROVIDER = "libvirt";