diff --git a/applications/media.nix b/applications/media.nix index f2d9c2f..1115d6e 100644 --- a/applications/media.nix +++ b/applications/media.nix @@ -136,11 +136,11 @@ in enable = true; }; # Load up lastfm scrobbling secret - sops.secrets.lastfm-conf = { - owner = "nathan"; - format = "binary"; - sopsFile = ../secrets/lastfm.conf; - }; + sops.secrets.lastfm-conf = { + owner = "nathan"; + format = "binary"; + sopsFile = ../secrets/lastfm.conf; + }; # Same for the scanning service systemd.user.services.mopidy-scan = {