infrastructure/nixos-configurations/lindberg-webapps/applications/default.nix
2025-03-25 14:10:54 +02:00

10 lines
174 B
Nix

{ pkgs, ... }:
{
imports = [ ];
qois.vault.enable = true;
qois.git.enable = true;
qois.static-page.enable = true;
qois.postgresql.package = pkgs.postgresql_15;
}