nextcloud for calendars

This commit is contained in:
Henri Dohmen 2026-01-14 23:00:15 +01:00
parent c5c4ff3925
commit 6fe1b261d5
Signed by: hd
GPG key ID: AB79213B044674AE
8 changed files with 102 additions and 82 deletions

View file

@ -1,5 +1,10 @@
{ lib, var, ... }:
{
lib,
var,
config,
...
}:
lib.mkIf config.hd.desktop.syncthing.enable {
services.syncthing = {
enable = lib.mkDefault true;
user = "hd";