summary refs log tree commit diff
path: root/nixos/modules/services/audio
diff options
context:
space:
mode:
authorPhilipp Hausmann <ph_git@314.ch>2017-03-16 20:51:06 +0100
committerPhilipp Hausmann <ph_git@314.ch>2017-03-16 20:51:06 +0100
commitffa0a877749eb42e2a6686542d3a93421e451347 (patch)
treefbf6d01059e6160aaf8cecf7a403ea48da8ff5b3 /nixos/modules/services/audio
parent0bd6fdcfc462752207ce6bfeca5d3c8f1ba6866e (diff)
downloadnixlib-ffa0a877749eb42e2a6686542d3a93421e451347.tar
nixlib-ffa0a877749eb42e2a6686542d3a93421e451347.tar.gz
nixlib-ffa0a877749eb42e2a6686542d3a93421e451347.tar.bz2
nixlib-ffa0a877749eb42e2a6686542d3a93421e451347.tar.lz
nixlib-ffa0a877749eb42e2a6686542d3a93421e451347.tar.xz
nixlib-ffa0a877749eb42e2a6686542d3a93421e451347.tar.zst
nixlib-ffa0a877749eb42e2a6686542d3a93421e451347.zip
Remove unused options
Diffstat (limited to 'nixos/modules/services/audio')
-rw-r--r--nixos/modules/services/audio/slimserver.nix25
1 files changed, 0 insertions, 25 deletions
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 <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.
-          '';
-        };
-
-      };
-
     };
-
   };