From 0e82ac644bcadc1f5f821cd81d6f77c6d3544e92 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 17 Apr 2024 17:01:45 +0100 Subject: [PATCH] llm: remove unused config arg --- hosts/architect/llm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/llm.nix b/hosts/architect/llm.nix index d42bded..03d69a1 100644 --- a/hosts/architect/llm.nix +++ b/hosts/architect/llm.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: let frontendDomain = "pino.giugl.io";