diff options
| author | lassulus <lassulus@lassul.us> | 2022-12-27 12:20:42 +0100 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2022-12-27 12:20:42 +0100 |
| commit | ea9dbc8caf3111f80cc94de51eb6d6dace05e3c4 (patch) | |
| tree | 19e53d951310470a845577bccaada149e26134bc /lib | |
| parent | 5a361e638f6619232b34c7ec03915d2a5a27ada5 (diff) | |
types host: remove coresrip-cores
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/types.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/types.nix b/lib/types.nix index 67a0c6f1b..9f278c650 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -18,9 +18,6 @@ rec { type = label; default = config._module.args.name; }; - cores = mkOption { - type = uint; - }; nets = mkOption { type = attrsOf net; default = {}; |
