remove obsolete options

This commit is contained in:
Markus Schmidl 2023-11-25 23:10:37 +01:00
parent 61cc624a30
commit ed97405de6
1 changed files with 0 additions and 6 deletions

View File

@ -1,12 +1,6 @@
{ lib, ... }:
with lib; {
options = {
deployment-TLMS.systemNumber = mkOption {
type = types.int;
default = 0;
description = "number of the system";
};
deployment-TLMS.domain = mkOption {
type = types.str;
default = "tlm.solutions";