nextcloud for calendars
This commit is contained in:
parent
c5c4ff3925
commit
6fe1b261d5
8 changed files with 102 additions and 82 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{ lib, var, ... }:
|
||||
{
|
||||
lib,
|
||||
var,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
lib.mkIf config.hd.desktop.syncthing.enable {
|
||||
services.syncthing = {
|
||||
enable = lib.mkDefault true;
|
||||
user = "hd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue