This commit is contained in:
Chris Kruining 2025-09-07 18:11:36 +02:00
parent 98c9424db5
commit 2ca6339fe6
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -2,10 +2,10 @@
let
inherit (lib) mkIf mkEnableOption;
cfg = config.${namespace}.services.peristance.postgresql;
cfg = config.${namespace}.services.persistance.postgresql;
in
{
options.${namespace}.services.peristance.postgresql = {
options.${namespace}.services.persistance.postgresql = {
enable = mkEnableOption "Postgresql";
};