fix typo
This commit is contained in:
parent
98c9424db5
commit
2ca6339fe6
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf mkEnableOption;
|
inherit (lib) mkIf mkEnableOption;
|
||||||
|
|
||||||
cfg = config.${namespace}.services.peristance.postgresql;
|
cfg = config.${namespace}.services.persistance.postgresql;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.${namespace}.services.peristance.postgresql = {
|
options.${namespace}.services.persistance.postgresql = {
|
||||||
enable = mkEnableOption "Postgresql";
|
enable = mkEnableOption "Postgresql";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue