lib.mkForce

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-12-29 13:23:45 -05:00
parent 0a0ee158db
commit d0b5bf538e
1 changed files with 1 additions and 1 deletions

View File

@ -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;