From 50985c024a60a7ec1d4f5866cb9165014180e88f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 23 May 2022 00:35:40 -0400 Subject: [PATCH] format --- applications/media.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = {