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}";