about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-06-04 19:31:48 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-06-06 14:06:39 +1000
commite9f4412eb44c543b12bd8dc472ecb953b3aa2f34 (patch)
treec7a86aa8f83b31de635f055b02d808a3e3334204 /nixos/modules
parenta60358bec9b6f89e7ed727c1d88336d8f0379ea1 (diff)
docker-edge: remove
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/virtualisation/docker-rootless.nix1
-rw-r--r--nixos/modules/virtualisation/docker.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/virtualisation/docker-rootless.nix b/nixos/modules/virtualisation/docker-rootless.nix
index d371f67ecdc84..b814fa1c4358c 100644
--- a/nixos/modules/virtualisation/docker-rootless.nix
+++ b/nixos/modules/virtualisation/docker-rootless.nix
@@ -51,7 +51,6 @@ in
       default = pkgs.docker;
       defaultText = literalExpression "pkgs.docker";
       type = types.package;
-      example = literalExpression "pkgs.docker-edge";
       description = ''
         Docker package to be used in the module.
       '';
diff --git a/nixos/modules/virtualisation/docker.nix b/nixos/modules/virtualisation/docker.nix
index a69cbe55c7845..c6eca4d6ed584 100644
--- a/nixos/modules/virtualisation/docker.nix
+++ b/nixos/modules/virtualisation/docker.nix
@@ -155,7 +155,6 @@ in
       default = pkgs.docker;
       defaultText = literalExpression "pkgs.docker";
       type = types.package;
-      example = literalExpression "pkgs.docker-edge";
       description = ''
         Docker package to be used in the module.
       '';