feat(kilimandjaro): add database stuff
This commit is contained in:
parent
20b6f91808
commit
6c315c4778
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
../../programs/dotnet.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.jetbrains.datagrip ];
|
||||
|
||||
services = {
|
||||
asus-numpad = {
|
||||
enable = true;
|
||||
|
@ -16,5 +18,10 @@
|
|||
enable = true;
|
||||
package = pkgs.postgresql_17;
|
||||
};
|
||||
|
||||
mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb_1011;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue