summaryrefslogtreecommitdiff
path: root/nix/modules/docker.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/docker.nix')
-rw-r--r--nix/modules/docker.nix24
1 files changed, 12 insertions, 12 deletions
diff --git a/nix/modules/docker.nix b/nix/modules/docker.nix
index ac2c456..9eb18f5 100644
--- a/nix/modules/docker.nix
+++ b/nix/modules/docker.nix
@@ -1,15 +1,15 @@
{ lib, config, vars, ... }:
{
- virtualisation = {
- oci-containers = {
- backend = "podman";
- containers = {};
- };
- containers.enable = true;
- podman = {
- enable = true;
- dockerCompat = true;
- defaultNetwork.settings.dns_enabled = true;
- };
- };
+ # virtualisation = {
+ # oci-containers = {
+ # backend = "podman";
+ # containers = {};
+ # };
+ # containers.enable = true;
+ # podman = {
+ # enable = true;
+ # dockerCompat = true;
+ # defaultNetwork.settings.dns_enabled = true;
+ # };
+ # };
}