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/nginx.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'systems/atlas/nginx.nix') diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix index 9fe0b38..bdd3cc3 100644 --- a/systems/atlas/nginx.nix +++ b/systems/atlas/nginx.nix @@ -1,10 +1,8 @@ -{ - config, - inputs, - ... -}: let +{ config, inputs, ... }: +let inherit (inputs.self.lib.nginx) mkProxy toVHosts; -in { +in +{ services.nginx = { virtualHosts = toVHosts config.networking.domain { miniflux = { -- cgit v1.2.3