dotfiles/modules/containers/default.nix

10 lines
141 B
Nix
Raw Normal View History

2021-10-03 12:29:19 +02:00
{ config, lib, pkgs, ... }:
{
2021-12-14 12:13:30 +01:00
# imports = [ ./media.nix ];
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
2021-10-03 12:29:19 +02:00
}