Revert "Add nixosSubmodule option type"
Moving recent types work to a separate branch for now
This reverts commit ca1c5cfa8f.
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user