This commit is contained in:
TheWanderingCrow 2025-08-18 10:58:16 -04:00
parent fbeea79404
commit 734042076b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
virtualisation.docker = {
virtualisation.podman = {
enable = true;
};
}