From 25901043df0f38691c1f850bed79ab0d828c35a5 Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Wed, 15 May 2024 11:33:28 -0600 Subject: [PATCH] Fix pass path --- luci/modules/home-manager/home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/luci/modules/home-manager/home.nix b/luci/modules/home-manager/home.nix index e3cc8f2..fc0d67e 100644 --- a/luci/modules/home-manager/home.nix +++ b/luci/modules/home-manager/home.nix @@ -45,8 +45,9 @@ in }; # Copy radicale pass file - home.file."${config.xdg.configHome}/radicale/rad_pass" = { - source = ../radicale/rad_pass; + home.file."${config.xdg.configHome}/radicale" = { + source = ../radicale; + recursive = true; }; home.sessionVariables = {