about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/atuin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/atuin.nix')
-rw-r--r--nixpkgs/nixos/tests/atuin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/nixos/tests/atuin.nix b/nixpkgs/nixos/tests/atuin.nix
index 9f23a3cf6713..3164c83c683d 100644
--- a/nixpkgs/nixos/tests/atuin.nix
+++ b/nixpkgs/nixos/tests/atuin.nix
@@ -14,6 +14,8 @@ in
     server =
       { ... }:
       {
+        services.postgresql.enable = true;
+
         services.atuin = {
           enable = true;
           port = testPort;