about summary refs log tree commit diff
path: root/nixos/modules/services/audio
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 19:31:14 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 19:31:14 -0500
commit6bb0dbf91feecfec45382f762206a12de23fd531 (patch)
tree73aef1da22f5fb7b0a9aa1bf08a99be29b87724a /nixos/modules/services/audio
parent695d4bc76b9abdc3208a9475d71fdf0f41e925c8 (diff)
downloadnixlib-6bb0dbf91feecfec45382f762206a12de23fd531.tar
nixlib-6bb0dbf91feecfec45382f762206a12de23fd531.tar.gz
nixlib-6bb0dbf91feecfec45382f762206a12de23fd531.tar.bz2
nixlib-6bb0dbf91feecfec45382f762206a12de23fd531.tar.lz
nixlib-6bb0dbf91feecfec45382f762206a12de23fd531.tar.xz
nixlib-6bb0dbf91feecfec45382f762206a12de23fd531.tar.zst
nixlib-6bb0dbf91feecfec45382f762206a12de23fd531.zip
nixos: fix typos
Diffstat (limited to 'nixos/modules/services/audio')
-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 f71a13b9626d..63049bd93ab9 100644
--- a/nixos/modules/services/audio/icecast.nix
+++ b/nixos/modules/services/audio/icecast.nix
@@ -48,7 +48,7 @@ in {
 
       hostname = mkOption {
         type = types.nullOr types.str;
-        description = lib.mdDoc "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.";
+        description = lib.mdDoc "DNS name or IP address that will be used for the stream directory lookups or possibly the playlist generation if a Host header is not provided.";
         default = config.networking.domain;
         defaultText = literalExpression "config.networking.domain";
       };