summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-02-13 12:07:43 -0500
committerShea Levy <shea@shealevy.com>2014-02-13 12:10:50 -0500
commit220654e2052774ec7d3d834547119db105686715 (patch)
treea76ded963a34d1c72937ed259d757f1cf058b129 /nixos/modules/virtualisation
parent5857e5c4f8f0c8185ff616d2f5ec7e5530bc160f (diff)
downloadnixlib-220654e2052774ec7d3d834547119db105686715.tar
nixlib-220654e2052774ec7d3d834547119db105686715.tar.gz
nixlib-220654e2052774ec7d3d834547119db105686715.tar.bz2
nixlib-220654e2052774ec7d3d834547119db105686715.tar.lz
nixlib-220654e2052774ec7d3d834547119db105686715.tar.xz
nixlib-220654e2052774ec7d3d834547119db105686715.tar.zst
nixlib-220654e2052774ec7d3d834547119db105686715.zip
Revert "Add heterogeneousAttrsOf option type"
Moving recent types work to a separate branch for now

This reverts commit 3f70dabad320b115d586a59db8cca05c7f3b7c75.
Diffstat (limited to 'nixos/modules/virtualisation')
-rw-r--r--nixos/modules/virtualisation/containers.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/containers.nix b/nixos/modules/virtualisation/containers.nix
index 99451e2bd3cd..531ee5596630 100644
--- a/nixos/modules/virtualisation/containers.nix
+++ b/nixos/modules/virtualisation/containers.nix
@@ -15,6 +15,7 @@ with pkgs.lib;
     };
 
     systemd.containers = mkOption {
+      # !!! Should probably use nixosSubmodule here
       type = types.attrsOf (types.submodule (
         { config, options, name, ... }:
         {