Skip to content

Commit

Permalink
feat: add postgres node to nixosvmtest
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed May 14, 2024
1 parent 3c23cf9 commit 642074b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nixos/tests/status.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ nixosTest {
};
};
};

db = _: {
services.postgresql = {
enable = true;
};
};

haregistry = {...}: {
imports = [
../modules/ha-registry.nix
Expand Down

0 comments on commit 642074b

Please sign in to comment.