From a7cb54d04c5c6c3cc9cdd046f993813c616e1bc6 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sat, 14 Feb 2026 18:35:04 +0000 Subject: [PATCH] hz --- nixos/module/generic/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/module/generic/postgresql.nix b/nixos/module/generic/postgresql.nix index 2f2b482..6ffe3a5 100644 --- a/nixos/module/generic/postgresql.nix +++ b/nixos/module/generic/postgresql.nix @@ -62,7 +62,7 @@ in { ${builtins.readFile cfg.script} ''}"; }; - path = [ ]; + path = [ cfg.package ]; wantedBy = [ "multi-user.target" ]; }; systemd.services.postgresql.environment = cfg.environment;