virt: use docker alias so completion works
This commit is contained in:
parent
e7ce2fb21b
commit
89d7829169
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user