From 343c645008fad04f07fa11f5b196613f5cc5728e Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 12 May 2024 14:33:41 -0400 Subject: [PATCH] Sigh --- hosts/kim/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 2f2374a..53f3964 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -121,9 +121,9 @@ Documentation = "https://github.com/Spotifyd/spotifyd"; }; - WantedBy = [ "default.target" ]; + wantedBy = [ "default.target" ]; - Service = { + serviceConfig = { ExecStart = "${pkgs.spotifyd}/bin/spotifyd --no-daemon --config-path ${config.sops.templates."spotifyd.conf".path}"; Restart = "always";