about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-03-12 16:07:32 +0100
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-03-12 16:07:48 +0100
commit285d2dcf3c0c27a6cba2aed2f748ef5ebed67623 (patch)
tree2c231d38e3b9ae8156376292177c333e59ba53bc /nixos/modules
parent6ec6896ff58b16aed465db3db9338c3ed85862a0 (diff)
downloadnixlib-285d2dcf3c0c27a6cba2aed2f748ef5ebed67623.tar
nixlib-285d2dcf3c0c27a6cba2aed2f748ef5ebed67623.tar.gz
nixlib-285d2dcf3c0c27a6cba2aed2f748ef5ebed67623.tar.bz2
nixlib-285d2dcf3c0c27a6cba2aed2f748ef5ebed67623.tar.lz
nixlib-285d2dcf3c0c27a6cba2aed2f748ef5ebed67623.tar.xz
nixlib-285d2dcf3c0c27a6cba2aed2f748ef5ebed67623.tar.zst
nixlib-285d2dcf3c0c27a6cba2aed2f748ef5ebed67623.zip
nixos/spotifyd: update configuration documentation url
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/audio/spotifyd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/audio/spotifyd.nix b/nixos/modules/services/audio/spotifyd.nix
index 1194b6f200d7..04bb523e25b1 100644
--- a/nixos/modules/services/audio/spotifyd.nix
+++ b/nixos/modules/services/audio/spotifyd.nix
@@ -24,7 +24,7 @@ in
         type = types.lines;
         description = lib.mdDoc ''
           (Deprecated) Configuration for Spotifyd. For syntax and directives, see
-          <https://github.com/Spotifyd/spotifyd#Configuration>.
+          <https://docs.spotifyd.rs/config/File.html>.
         '';
       };
 
@@ -34,7 +34,7 @@ in
         example = { global.bitrate = 320; };
         description = lib.mdDoc ''
           Configuration for Spotifyd. For syntax and directives, see
-          <https://github.com/Spotifyd/spotifyd#Configuration>.
+          <https://docs.spotifyd.rs/config/File.html>.
         '';
       };
     };