Remove unused options

This commit is contained in:
Philipp Hausmann 2017-03-16 20:51:06 +01:00
parent 0bd6fdcfc4
commit ffa0a87774

View File

@ -34,32 +34,7 @@ in {
playlists etc.
'';
};
network = {
listenAddress = mkOption {
type = types.str;
default = "127.0.0.1";
example = "any";
description = ''
The address for the daemon to listen on.
Use <literal>any</literal> to listen on all addresses.
'';
};
port = mkOption {
type = types.int;
default = 6600;
description = ''
This setting is the TCP port that is desired for the daemon to get assigned
to.
'';
};
};
};
};