From 088facf700946cb8f2d96c6089185bdc2a67180a Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 30 Jun 2024 09:56:30 -0400 Subject: alejandra -> nixfmt-rfc-style --- systems/atlas/miniflux.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'systems/atlas/miniflux.nix') diff --git a/systems/atlas/miniflux.nix b/systems/atlas/miniflux.nix index 73ed2c6..ec5bd3a 100644 --- a/systems/atlas/miniflux.nix +++ b/systems/atlas/miniflux.nix @@ -1,9 +1,6 @@ +{ config, secretsDir, ... }: { - config, - secretsDir, - ... -}: { - age.secrets .miniflux.file = secretsDir + "/miniflux.age"; + age.secrets.miniflux.file = secretsDir + "/miniflux.age"; services.miniflux = { enable = true; -- cgit v1.2.3