aboutsummaryrefslogtreecommitdiffstats
path: root/home/default.nix
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-01 18:10:56 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-01 18:10:56 +0200
commit1b13add64640b2d7b16bd1ea67821f71ad1b92f5 (patch)
treeb46a6be9b3257d859379ba2f4a64f5c7ec713180 /home/default.nix
parent434dba55c71b8e1d75131c6fca629caeb6785989 (diff)
downloadnixos-1b13add64640b2d7b16bd1ea67821f71ad1b92f5.tar.zst
Use pimsync and ensure paths exist
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;