From 6a4f95482fa2c0faeafa028eae164d00c6418ac3 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 11 Feb 2026 14:43:01 -0800 Subject: add vps stuff; fix internet issues plauging my devices --- nix/modules/docker.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'nix/modules/docker.nix') 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; + # }; + # }; } -- cgit v1.3