index
:
nix
master
a nixosConfigurations collective
Mark Nipper
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hosts
/
common
/
optional
/
db.nix
blob: d4410bdf54050e7c72f7fe8a6f2de6baa6e42a29 (
plain
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
[
pkgs
.
mariadb pkgs
.
postgresql
];
}