From 4100a0821b96b80d478a4042f430ff37f35442f4 Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Wed, 15 May 2024 11:31:36 -0600 Subject: [PATCH] Fix pass path --- luci/modules/home-manager/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };