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. - ''; - }; - - }; - }; - };