summary refs log tree commit diff
path: root/nixos/modules/services/audio/icecast.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/audio/icecast.nix')
-rw-r--r--nixos/modules/services/audio/icecast.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/audio/icecast.nix b/nixos/modules/services/audio/icecast.nix
index f40ea6be29d..6ca20a7a108 100644
--- a/nixos/modules/services/audio/icecast.nix
+++ b/nixos/modules/services/audio/icecast.nix
@@ -47,7 +47,7 @@ in {
       enable = mkEnableOption "Icecast server";
 
       hostname = mkOption {
-        type = types.str;
+        type = types.nullOr types.str;
         description = "DNS name or IP address that will be used for the stream directory lookups or possibily the playlist generation if a Host header is not provided.";
         default = config.networking.domain;
       };