From 30f6943fda2f1d7e22384b8cbcf9b7f9d2d1edf4 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 17 Aug 2025 23:07:47 +0200 Subject: [PATCH] feat(morty): activate dav accounts --- hosts/morty/home-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index ae0d96c..690d3ad 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -9,6 +9,7 @@ }; primary = "a"; }; + dav.enable = true; application = { gnupg = { enable = true;