system/kvm: rename from virtualization

This commit is contained in:
Felix Buehler 2023-03-27 00:33:31 +02:00
parent 93cc7dcfc5
commit 2350dd913a
4 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,8 @@ in
enable = true;
# Use fake `docker` command to redirect to `podman`
dockerCompat = true;
# but only if docker is not enabled
dockerCompat = !config.my.system.docker.enable;
# Expose a docker-like socket
dockerSocket.enable = true;