infrastructure/nixos-configurations/lindberg-webapps/applications/default.nix

10 lines
182 B
Nix

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