summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/virtualisation/containers.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/virtualisation/containers.nix b/nixos/modules/virtualisation/containers.nix
index 531ee5596630..bcbfaacd703f 100644
--- a/nixos/modules/virtualisation/containers.nix
+++ b/nixos/modules/virtualisation/containers.nix
@@ -15,7 +15,6 @@ with pkgs.lib;
     };
 
     systemd.containers = mkOption {
-      # !!! Should probably use nixosSubmodule here
       type = types.attrsOf (types.submodule (
         { config, options, name, ... }:
         {
@@ -135,4 +134,4 @@ with pkgs.lib;
       }) config.systemd.containers;
 
   };
-}
+}
\ No newline at end of file