{ lib, ... }: { services.spotifyd = { enable = true; config = lib.generators.toINI { } { global = { username = lib.strings.fileContents ; password = lib.strings.fileContents ; }; }; }; systemd.services.spotifyd.serviceConfig.Restart = "always"; }