summaryrefslogtreecommitdiffstats
path: root/krebs/4lib/types.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/4lib/types.nix')
-rw-r--r--krebs/4lib/types.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/krebs/4lib/types.nix b/krebs/4lib/types.nix
index 52eb764e..873f3ddf 100644
--- a/krebs/4lib/types.nix
+++ b/krebs/4lib/types.nix
@@ -12,9 +12,6 @@ types // rec {
type = label;
default = config._module.args.name;
};
- dc = mkOption {
- type = label;
- };
cores = mkOption {
type = positive;
};