Containers and styling

This commit is contained in:
Henry Sipp
2025-07-08 20:38:28 -05:00
parent cd1e64614e
commit 8bb8681985
9 changed files with 22 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
{pkgs, ...}: {
virtualisation.containers.enable = true;
virtualisation = {
docker.enable = true;
# podman = {
# enable = true;
# dockerCompat = true;
# dockerSocket.enable = true;
# defaultNetwork.settings.dns_enabled = true;
# };
};
}