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.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/nix/modules/docker.nix b/nix/modules/docker.nix
deleted file mode 100644
index 9eb18f5..0000000
--- a/nix/modules/docker.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ lib, config, vars, ... }:
-{
- # virtualisation = {
- # oci-containers = {
- # backend = "podman";
- # containers = {};
- # };
- # containers.enable = true;
- # podman = {
- # enable = true;
- # dockerCompat = true;
- # defaultNetwork.settings.dns_enabled = true;
- # };
- # };
-}