feat: add postgres

This commit is contained in:
Nickolaj Jepsen 2025-02-24 15:36:38 +01:00
parent d6ed184a0d
commit 7f930c8c39
2 changed files with 6 additions and 0 deletions

5
modules/dev/postgres.nix Normal file
View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = [
pkgs.postgresql
];
}