Update de rotina

This commit is contained in:
Guilherme Hermando
2025-08-17 18:45:41 -03:00
committed by GitHub
parent 3c5d19c060
commit 272bfb68d5
8 changed files with 90 additions and 55 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, lib, inputs, pkgs, ... }: {
## distro box
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}