Switch to podman.

This commit is contained in:
Tom Alexander
2025-09-07 22:38:13 -04:00
parent b32635fe71
commit 70c2fb694a
5 changed files with 93 additions and 2 deletions

View File

@@ -19,6 +19,14 @@
config = lib.mkIf config.me.docker.enable (
lib.mkMerge [
{
assertions = [
{
assertion = !config.me.podman.enable;
message = "docker conflicts with podman";
}
];
}
{
virtualisation.docker.enable = true;
# Use docker activation