drop "system" argument from inventory

This commit is contained in:
Jörg Thalheim
2024-09-29 18:49:32 +02:00
parent c620ee9d90
commit 9cdd55acf4
4 changed files with 2 additions and 12 deletions

View File

@@ -142,10 +142,6 @@ in
apply = lib.unique;
type = types.listOf types.str;
};
system = lib.mkOption {
default = null;
type = types.nullOr types.str;
};
deploy.targetHost = lib.mkOption {
description = "Configuration for the deployment of the machine";
default = null;