nixos-servers/services/postgres/default.nix
Torjus Håkestad a9eeb8ada6
Some checks failed
Run nix flake check / flake-check (push) Failing after 6m3s
Add postgres host
2025-01-25 02:28:44 +01:00

7 lines
51 B
Nix

{ ... }:
{
imports = [
./postgres.nix
];
}