Simplify flake

This commit is contained in:
Jimbo 2025-01-10 13:36:38 -05:00
parent 6cff17017b
commit 1a83d6b195
3 changed files with 6 additions and 30 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
{
services.collabora-online = {
services.collabora-online = lib.mkIf config.services.nextcloud.enable {
enable = true;
};
}