diff --git a/hosts/NixGame/configuration.nix b/hosts/NixGame/configuration.nix index b9e29b0..7c00adf 100644 --- a/hosts/NixGame/configuration.nix +++ b/hosts/NixGame/configuration.nix @@ -16,4 +16,9 @@ packages = with pkgs; [ ]; }; + virtualisation.podman = { + enable = true; + autoPrune.enable = true; + dockerCompat = true; # optional; lets you use `docker` CLI + }; }