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

8 lines
106 B
Nix
Raw Normal View History

2024-10-02 15:52:04 +02:00
{ config, pkgs, ... }:
{
imports = [ ./cloud.nix ];
qois.postgresql.package = pkgs.postgresql_14;
2024-10-02 15:52:04 +02:00
}