mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: add postgres
This commit is contained in:
parent
d6ed184a0d
commit
7f930c8c39
2 changed files with 6 additions and 0 deletions
5
modules/dev/postgres.nix
Normal file
5
modules/dev/postgres.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.postgresql
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -9,5 +9,6 @@
|
||||||
./dev/k8s.nix
|
./dev/k8s.nix
|
||||||
./dev/docker.nix
|
./dev/docker.nix
|
||||||
./dev/tilt.nix
|
./dev/tilt.nix
|
||||||
|
./dev/postgres.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue