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 | 6b4abfdf4ae8858f2c58acc5d52da7a4a35e5905 (patch) | |
tree | 06520f0790542097e097c22c80cd254f3ef7b4ce /lib | |
parent | aa1e058ba6e8c3e701a2503d65ddb3c83d5c4f47 (diff) |
types host: remove 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 67a0c6f..9f278c6 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 = {}; |