diff --git a/modules/services/spotifyd.nix b/modules/services/spotifyd.nix
index bc231814e..730a46e13 100644
--- a/modules/services/spotifyd.nix
+++ b/modules/services/spotifyd.nix
@@ -21,7 +21,7 @@ in {
       example = literalExample ''
         {
           global = {
-            user = "Alex";
+            username = "Alex";
             password = "foo";
             device_name = "nix";
           };