remove redundant option
This commit is contained in:
parent
9b3e7265dd
commit
ca87227571
1 changed files with 0 additions and 5 deletions
|
@ -25,11 +25,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
ip = mkOption {
|
||||
type = types.str;
|
||||
default = cfg.host.ip;
|
||||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.port;
|
||||
default = port;
|
||||
|
|
Loading…
Reference in a new issue