diff --git a/luci/modules/home-manager/home.nix b/luci/modules/home-manager/home.nix index 65e3396..e3cc8f2 100644 --- a/luci/modules/home-manager/home.nix +++ b/luci/modules/home-manager/home.nix @@ -45,7 +45,7 @@ in }; # Copy radicale pass file - home.file."${config.xdg.configHome}/radicale" = { + home.file."${config.xdg.configHome}/radicale/rad_pass" = { source = ../radicale/rad_pass; };