From 3abe581961095952bb4ba5c2cd97d397f94fbb42 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sat, 14 Feb 2026 01:51:45 +0100 Subject: [PATCH] fix postgres --- hosts/sql/postgres.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sql/postgres.nix b/hosts/sql/postgres.nix index 931869b..1786c0f 100644 --- a/hosts/sql/postgres.nix +++ b/hosts/sql/postgres.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: let fqdn = "sql.${config.networking.domain}";