From ffa0a877749eb42e2a6686542d3a93421e451347 Mon Sep 17 00:00:00 2001 From: Philipp Hausmann Date: Thu, 16 Mar 2017 20:51:06 +0100 Subject: Remove unused options --- nixos/modules/services/audio/slimserver.nix | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'nixos/modules/services/audio') diff --git a/nixos/modules/services/audio/slimserver.nix b/nixos/modules/services/audio/slimserver.nix index 2f4928335382..024c91349e6e 100644 --- a/nixos/modules/services/audio/slimserver.nix +++ b/nixos/modules/services/audio/slimserver.nix @@ -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 any 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. - ''; - }; - - }; - }; - }; -- cgit 1.4.1