mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(exports): missing postgresql service attr
This commit is contained in:
parent
2de8a52d0a
commit
5ff9e5decb
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ in {
|
|||
in f nixosConfig cfg;
|
||||
in {
|
||||
nixos = {
|
||||
serviceAttr = "postgresql";
|
||||
assertions = mkIf config.enable [
|
||||
(mkAssertion (nixosConfig: cfg: {
|
||||
assertion = config.ports.default.port == cfg.settings.port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue