From 80ebe6fbb316c2a00ccfbfc8a9ca0eeb6d28521a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 3 Nov 2022 23:36:10 +0100 Subject: [PATCH] Correct arguments --- modules/ttrss-postgres/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ttrss-postgres/default.nix b/modules/ttrss-postgres/default.nix index 6a7ce80..be93f1d 100644 --- a/modules/ttrss-postgres/default.nix +++ b/modules/ttrss-postgres/default.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ... }: +{ domain, inputs }: { config, pkgs, ... }: let domain = "test.2li.ch"; in