nixos-servers/hosts/pgdb1/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

8 lines
84 B
Nix

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