mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Revert "Add nixosSubmodule option type"
Moving recent types work to a separate branch for now
This reverts commit ca1c5cfa8f
.
This commit is contained in:
parent
4fd825cc94
commit
c8f1a6ac1e
2 changed files with 1 additions and 21 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue