From d0b5bf538edcdd73b98bed8e5053f0f51872e2dc Mon Sep 17 00:00:00 2001 From: Xe Date: Thu, 29 Dec 2022 13:23:45 -0500 Subject: [PATCH] lib.mkForce Signed-off-by: Xe --- hosts/akko/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index edbfd44..7d3a06e 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -78,7 +78,7 @@ in { services.postgresql.enable = true; services.postgresql.package = pkgs.postgresql_15; services.postgresql.settings = { - listen_addresses = "100.106.53.73,fd7a:115c:a1e0:ab12:4843:cd96:626a:3549,localhost"; + listen_addresses = lib.mkForce "100.106.53.73,fd7a:115c:a1e0:ab12:4843:cd96:626a:3549,localhost"; }; services.postgresqlBackup.enable = true;