work: podman -> docker
This commit is contained in:
parent
af80de7291
commit
164a6048f3
@ -23,7 +23,12 @@
|
||||
#turbo
|
||||
]);
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
#virtualisation.docker.enable = true;
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
|
||||
services.clamav = {
|
||||
updater.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user