editorconfig, grafana

This commit is contained in:
Reid 2024-02-26 17:02:11 -08:00
parent 719c14f954
commit 10c3a923a0
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
7 changed files with 186 additions and 4 deletions

View file

@ -14,8 +14,7 @@ in {
config = mkIf cfg.enable {
services.postgresql = {
enable = true;
# this is set to v14 because im too lazy to migrate data directories
# plz change
package = pkgs.postgresql_14;
};
};