Add postgres host
Some checks failed
Run nix flake check / flake-check (push) Failing after 6m3s

This commit is contained in:
2025-01-25 02:28:44 +01:00
parent 0c0e4003f0
commit a9eeb8ada6
8 changed files with 182 additions and 66 deletions

7
hosts/pgdb1/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./configuration.nix
../../services/postgres
];
}