aboutsummaryrefslogtreecommitdiffstats
path: root/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/default.nix')
-rw-r--r--home/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/home/default.nix b/home/default.nix
index 8d911d6..37ee84e 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -39,6 +39,11 @@ in
./waybar
];
+ home.file = {
+ "Calendar/radicale/.keep".text = "";
+ "Contacts/radicale/.keep".text = "";
+ };
+
age = {
identityPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519" ];
secrets = {
@@ -49,7 +54,10 @@ in
openai_auth_token.file = ../secrets/openai_auth_token.age;
relesoft_cargo_token.file = ../secrets/relesoft_cargo_token.age;
shiori_password.file = ../secrets/shiori_password.age;
- radicale.file = ../secrets/radicale.age;
+ radicale = {
+ path = "${config.home.homeDirectory}/.secrets/radicale";
+ file = ../secrets/radicale.age;
+ };
unsplash_access_key.file = ../secrets/unsplash_access_key.age;
gmail = {
file = ../secrets/gmail.age;