From 6b4abfdf4ae8858f2c58acc5d52da7a4a35e5905 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 27 Dec 2022 12:20:42 +0100 Subject: types host: remove cores --- lib/types.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') 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 = {}; -- cgit v1.2.3