Move nextcloud to nixos-modules

This commit is contained in:
Fabian Hauser 2025-03-21 19:50:44 +02:00
parent d216ee6f3f
commit 0abeadc533
6 changed files with 141 additions and 125 deletions

View file

@ -1,7 +1,9 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [ ./cloud.nix ];
qois.postgresql.package = pkgs.postgresql_14;
qois.cloud = {
enable = true;
package = pkgs.nextcloud30;
};
}