use podman

dev-docs
Moritz Böhme 2021-12-14 12:13:30 +01:00
parent 0b01704d4e
commit 3796ef4535
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./media.nix ];
virtualisation.docker.enable = true;
# imports = [ ./media.nix ];
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}