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

11 lines
172 B
Nix

{ config, pkgs, ... }:
{
imports = [
./attic.nix
./nixpkgs-cache.nix
];
qois.git-ci-runner.enable = true;
qois.postgresql.package = pkgs.postgresql_15;
}