remove redundant option

This commit is contained in:
daragh 2024-05-23 01:21:02 +01:00
parent 9b3e7265dd
commit ca87227571
No known key found for this signature in database

View file

@ -25,11 +25,6 @@ in {
}; };
}; };
ip = mkOption {
type = types.str;
default = cfg.host.ip;
};
port = mkOption { port = mkOption {
type = types.port; type = types.port;
default = port; default = port;